.landing-alert {
    margin-bottom: 0; }

.landing-header {
    background-size: cover;
    min-height: 570px; }

.landing-header .motto {
    padding-top: 8%;
    text-align: left;
    z-index: 3; }

.landing-section {
    padding: 100px 0; }

.landing-section .btn-simple {
    padding: 0; }

.landing-section .column {
    padding: 0 75px 0 25px; }

.team-player .img-circle, .team-player .img-thumbnail {
    display: block;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 120px; }

.contact-form {
    margin-top: 30px; }

.contact-form label {
    margin-top: 15px; }

.contact-form .btn {
    margin-top: 30px; }

.navbar-relative {
    position: relative;
    z-index: 2; }

#register-navbar a {
    color: #FFF; }

.register-background {
    /*    background-image: url("../paper_img/frontisumsa.jpg");
        background-position: center center;
        background-size: cover;*/
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%; }

.register-background .filter-black::after {
    background-color: rgba(0, 0, 0, 0.1);
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

.register-background .container {
    margin-top: 11%;
    position: relative;
    z-index: 3; }

.register-footer {
    bottom: 20px;
    color: #fff;
    position: absolute;
    z-index: 3;
    width: 100%; }

.register-footer .fa-heart {
    color: #EB5E28; }

.register-card {
    border-radius: 8px;
    color: #000;
    max-width: 400px;
    min-height: 400px;
    padding: 0px; }

.register-card label {
    margin-top: 15px; }

.register-card .title {
    color: #FFF;
    text-align: center; }

.register-card .btn {
    margin-top: 0px; }

.register-card .forgot {
    text-align: center; }

.profile-background {
    background-image: url("../paper_img/lamp.jpg");
    background-position: center center;
    background-size: cover;
    height: 300px;
    position: relative;
    margin-top: -110px; }

.profile-background .filter-black::after {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    display: block;
    height: 300px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1; }

.profile-content {
    position: relative; }

.owner .avatar {
    margin-top: -85px;
    padding: 15px;
    position: relative;
    z-index: 3; }

.owner .name h4 {
    margin-top: 10px; }

.profile-tabs {
    margin: 50px 0;
    min-height: 300px; }

#following h3 {
    margin: 40px 0; }

.follows .unfollow {
    width: 15px; }

.follows hr {
    margin-top: 10px; }

.alert h5 {
    margin-bottom: 10px; }


input:focus {
    outline: none;
}


.respon-warp{
    padding: 5% 15%;
}
/*login*/
.register-background {
    /*    background-image: url(../resources/stilo/assets/paper_img/loginppu.jpg);
        background-position: center center;
        background-size: cover;*/
    min-height: 100vh;
    overflow: hidden;
    position: absolute;
    width: 100%;
}

@media (max-width: 480px){
    .modal-dialog modal-lg{
        width: auto;
        height: auto;
    }
}
.url-up-ds{
    background:#4E565E; 
    color: #fff;
    margin:10px 0px; 
    cursor: pointer;
    padding: 3%;
}
.url-up-dc{
    background:#3b4b5a; 
    color: #fff;
    margin:10px 0px; 
    cursor: pointer;
    padding: 3%;
}

.card_mc_warp{
    padding-top: 10%;
}
/*input*/
.form__wrap {
    position: relative;
    background: #f9fcff;
    padding: 2rem;
    /*border-radius: 1rem;*/
    box-shadow: hsla(218, 74%, 18%, 0.1) 2rem 2rem 4rem;
}
@media (min-width: 760px) {
    .form__wrap {
        width: 50%;
    }
        .form__avatar {
        width: 9rem;
        height: 9rem;
        top: -5rem;
        right: 0;
    }
        .form__group {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width: 760px) {
    .respon-warp{
        padding: 5% 10%;
    }
}

.form__group {
    display: flex;
    flex-direction: column;
    column-gap: 1rem;
    row-gap: 1.5rem;
    justify-content: space-between;
    color: #7888a6;
    margin: 2.5rem 0;
}

.form__field {
    height: 3em;
    width: 100%;
    position: relative;
    margin-bottom: 9%;
    border: 1px solid #004e70;
}
.form__field-email {
    grid-column: span 2;
}
.form__input {
    border: 1px solid #d9e6fc;
    background: #f9fcff;
    /*border-radius: 100px;*/
    color: #0c2550;
}
.form__input:focus {
    border: 1px solid #0a64ff;
    background: white;
}
.form__input, .form__label {
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding-bottom: 5%;
    text-align: center;
    /*padding-top: 5%;*/
}
.form__label {
    pointer-events: none;
    color:#000;
    font-weight: normal;
    padding-bottom: 5%;
    text-align: left;
    padding-left: 5%;
}
.form__label span {
    position: absolute;
    bottom: 50%;
    transform: translateY(20%);
    font-size: 1.em;
}
.form__input:focus ~ .form__label span, .form__input:not(:placeholder-shown) ~ .form__label span {
    transform: translateY(-50%);
    z-index: 3;
    background: #004e70;
    color: white;
    border-radius: 100px;
    padding: 4px 8px;
    font-size: 1em;
    transition: 0.3s ease all;
}
.form__btn {
    font-size: 0.9rem;
    border-radius: 100px;
}
.form__btn-primary {
    background: #0a64ff;
    color: white;
    padding: calc(2rem) / 2;
    letter-spacing: 0.005rem;
}
@media (max-width: 760px) {
    .form__btn-primary {
        width: 100%;
    }
}
.form__btn-icon {
    display: grid;
    grid-template-columns: 1.5rem auto;
    place-items: center left;
    gap: 0.5rem;
    background: white;
    border: 1px solid #d9e6fc;
    padding: calc(2rem) / 3;
    color: #0a64ff;
}
.form__btn-icon span {
    color: #7888a6;
}
.form__btn-icon svg {
    fill: currentColor;
}
.form__btn:hover {
    box-shadow: hsla(218, 85%, 92%, 0.5) 0.5rem 0.54rem 1rem;
    transition: 0.5s ease all;
}