#wrapper {
    width: 100%;
}

body {
    background-color: #FFFFFF;
}

.signup-mobile {
    display: none !important;
}

.image-container {
    position: relative;
    z-index: -1;
    background: url("../../../images/sing-up/signup-hero-guitar-banner-2@.svg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 53rem;
}

img {
    /*max-width: 100%;*/
    height: auto;
}

.logo {
    position: absolute;
    top: 30px;
    right: 30px;
}

.half {
    margin-bottom: -25px;
}

.form-control-sign {
    display: block;
    width: 100%;
    margin-left: 15px;
    padding: 0.4375rem 0.9375rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.45;
    color: #57595b;
    background-color: #ffffff;
    border: solid 1px #dfdfdf;
    border-radius: 5px;
    /*border-bottom: 1px solid #000000;*/
    outline: none;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.signup-btn {
    width: 50%;
    margin: 4rem auto;
}

.center-big {
    margin-left: 35px !important;
}

.center-small {
    margin-left: 15px !important;
}

.form-control-sign:focus {
    border-bottom: 2px solid #000000;

}

.bnt-sign {
    background-color: #000000;
    width: 20rem;
    color: #ffffff;
    margin: auto;
    border-radius: 50px;
    font-weight: bold;
    padding: 12px;
    font-size: 18px;
}

.bnt-sign:hover {
    color: #ffffff;
}

.btn-alt-sign {
    background-color: #ffffff;
    width: 20rem;
    color: #000000;
    margin: auto;
    border-radius: 50px;
    font-weight: bold;
    padding: 12px;
}
.btn-alt-sign:hover {
    color: #000000;
}
.btn-alt-sign {
    display: grid;
    justify-content: center;
}
.btn-alt-sign a {
    justify-content: center;
    padding: 12px;
    width: 20rem;
    border-radius: 50px;
    font-weight: bold;
}
.btn-alt-sign a span {
    margin-left: -15px !important;
    font-size: 15px;
}
.btn-alt-sign i {
    position: relative;
    right: 55px;
    margin-left: 15px;
}

.alternative-sign {
    display: grid;
    justify-content: center;
}

.alternative-sign a {
    justify-content: center;
    padding: 12px;
    width: 20rem;
    border-radius: 50px;
    font-weight: bold;
}

.alternative-sign a span {
    margin-left: -15px !important;
    font-size: 15px;
}

.alternative-sign i {
    position: relative;
    right: 55px;
}

.alternative-sign span {
    width: 170px;
}

.alternative-sign-facebook i {
    margin-left: 15px;
}

.alternative-text {
    text-align: center;
}

.underline-sign {
    color: #060606 !important;
    text-decoration: underline;
}

.check-agree label {
    font-weight: bold;
}

.show-password {
    float: right;
    margin-top: -30px;
    /*margin-right: 55px;*/
}

.show-password:hover {
    text-decoration: underline;
}

.text-primary-sign {
    font-weight: 700 !important;
    font-size: 40px !important;
    letter-spacing: 1px;
}

/*pop up modal*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.popup-container {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 9999;
}

.popup-container__white {
    background-color: #fff;
    width: 640px;
    height: 640px;
    z-index: 1;
}

.popup-container.active {
    opacity: 1;
    pointer-events: auto;
    transition: .4s ease;
}

.popup-container .popup-box {
    width: 600px;
    height: 600px;
    background: #f2f2f2;
    padding: 30px;
    transform: scale(0);
}
.popup-container.active .popup-box {
    margin: 20px;
    background-image: url("../../../images/sing-in/pop-up-banner_1.png");
    transform: scale(1);
    transition: .4s ease;
    transition-delay: .25s;
}

.close-cross {
    width: fit-content;
    width: -moz-fit-content;
    position: relative;
    top: -25px;
    right: -540px;
}

.popup-box-content {
    margin-top: 15rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.popup-box-content__h2 {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;;
    font-size: 22px;
    font-weight: 500;
    line-height: 27px;
    letter-spacing: 0;
    text-align: center;
    margin-left: 0;
    margin-top: 4rem;
    text-transform: unset;
}

.popup-box-content__h3 {
    color: #FFFFFF;
    font-family: 'Roboto', sans-serif;;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
}

.popup-box-content__h3 a {
    color: #3E85EE !important;
    text-decoration: underline !important;
}

.popup-box-content__buttons {
    margin-top: 3rem;
}

.popup-box .btn {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0;
    text-align: center;
    width: 16rem;
    color: #ffffff;
    margin: auto;
    border-radius: 50px;
    padding: 12px;
    border: none;
    cursor: pointer;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
}

.popup-box .btn-accept {
    background-color: #3E85EE;
}

.popup-box .btn-decline {
    background-color: #3D3939;
}

.close-btn-x:hover {
    cursor: pointer;
}

.register-container {
    margin-top: 6.5rem;
}

/*media queries*/

@media only screen and (max-width: 991px) {
    .register-container {
        margin-top: 4.5rem;
    }

    .image-container {
        height: 25rem;
    }

    .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .signup-btn {
        width: 100%;
    }

    .signup-mobile {
        display: block !important;
    }

    .text-primary-sign {
        position: absolute;
        top: 8%;
        font-family: "Montserrat", sans-serif;
        text-transform: uppercase;
        color: #ffffff;
    }

    img {
        max-width: 100%;
        height: 100%;
        background-repeat: no-repeat;
    }

    .ms-2 {
        display: none;
    }

    .singform-container {
        width: 100%;
    }

    .contents {
        width: 100%;
        margin: auto !important;
        justify-content: center;
    }
    #wrapper {
        width: 100%;
    }

    form[method=post] div {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .center-small, .form-control-sign{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .alternative-sign {
        display: flex;
    }

    .alternative-sign button {
        width: 110%;
    }

    .alternative-sign form {
        margin: 0 1rem;
        width: 30%;
    }

    .btn-alt-sign i {
        right: unset !important;
        margin: unset;
    }

    .btn .btn__wrap > *:last-child {
        margin-left: 0
    }

    .facebook-mobile {
        margin-left: 0 !important;
    }

    .check-agree {
        padding-bottom: 4rem;
    }

    .bnt-sign {
        width: 90%;
    }

    .show-password {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .popup-container__white {
        width: 370px;
    }

    .popup-container .popup-box {
        width: 330px;
    }

    .close-cross {
        right: -270px;
    }

    .popup-box .btn {
        margin: 0 10px;
    }

    .logo {
        display: none;
    }
}
