﻿* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
    font-size: 14px;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(https://fonts.gstatic.com/s/poppins/v15/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.signup-container {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: transparent linear-gradient(180deg,#fff 0%,rgba(244,116,33,.4) 100%) 0% 0% no-repeat padding-box;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.signup-bg {
    position: fixed;
    bottom: 0;
    width: 100vw;
    height: 200px;
    background-image: url('/image/general/bg_bottom.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 75px;
}

.signup-wrapper {
    width: 450px;
    height: 100%;
    overflow: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    order: 2;
    background: white;
}

.signup-video {
    width: calc(100% - 450px);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.signup-video video {
   width: auto;
   height: auto;
   max-width: 90%;
   max-height: 90%;
   border-radius: 10px;
}

#LabelCreateAccount {
    font-weight: normal;
    color: #f37021;
    font-size: 1.5rem;
    text-align: center;
    margin-top: 1rem;
}

.form-control, .form-control:focus, .input-group-addon {
    border-radius: 0;
}

.signup-form {
    position: relative;
    width: 90%;
    padding: 15px;
    border-radius: 40px;
}

    .signup-form h2 {
        color: #ff7b00;
        margin: 0 0 15px;
        text-align: center;
        font-size: 24px;
    }

    .signup-form .lead {
        font-size: 14px;
        margin-bottom: 30px;
        text-align: center;
    }

    .signup-form form {
        border-radius: 1px;
        margin-bottom: 15px;
        border-radius: 20px;
    }

    .signup-form .form-group {
        margin-bottom: 20px;
    }

    .signup-form label {
        font-weight: normal;
        font-size: 13px;
    }

    .signup-form .form-control {
        min-height: 38px;
        box-shadow: none !important;
        border-width: 0 0 1px 0;
    }

    .signup-form .input-group-addon {
        max-width: 42px;
        text-align: center;
        background: none;
        border-width: 0 0 1px 0;
        padding-left: 5px;
    }

    .signup-form .btn {
        font-size: 24px;
        border-radius: 30px;
        border: none;
        min-width: 140px;
        outline: none !important;
        height: 55px;
        background: rgba(255,118,32,1);
        background: -moz-linear-gradient(top, rgba(255,118,32,1) 0%, rgba(255,162,0,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,118,32,1)), color-stop(100%, rgba(255,162,0,1)));
        background: -webkit-linear-gradient(top, rgba(255,118,32,1) 0%, rgba(255,162,0,1) 100%);
        background: -o-linear-gradient(top, rgba(255,118,32,1) 0%, rgba(255,162,0,1) 100%);
        background: -ms-linear-gradient(top, rgba(255,118,32,1) 0%, rgba(255,162,0,1) 100%);
        background: linear-gradient(to bottom, rgba(255,118,32,1) 0%, rgba(255,162,0,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7620', endColorstr='#ffa200', GradientType=0 );
    }

        .signup-form .btn:hover, .signup-form .btn:focus {
            background: #e27d1e;
        }

    .signup-form a {
        color: #f68922;
        text-decoration: underline;
    }

        .signup-form a:hover {
            text-decoration: underline;
        }

    .signup-form .fa {
        font-size: 21px;
    }

    .signup-form .fa-paper-plane {
        font-size: 17px;
    }

    .signup-form .fa-check {
        color: #fff;
        left: 9px;
        top: 18px;
        font-size: 7px;
        position: absolute;
    }

    .signup-form .site-logo {
        display: none;
    }

.site-logo {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 2rem;
}

    .site-logo img {
        max-width: 250px;
        margin-bottom: 15px;
        display: inline-block;
    }

.user-choose-img {
    top: 0 !important;
    height: 100vh !important;
}

.input-group-addon i {
    color: #555555;
}

.signup-profile {
    display: inline-block;
    width: 150px;
    height: 150px;
    position: relative;
    left: calc(50% - 75px);
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: pointer;
}

    .signup-profile img {
        width: 150px;
        height: 150px;
        border-radius: 50%;
    }

.change-img-profile {
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 50%;
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    right: -5px;
    top: 0px;
    background-image: url('../../smmb/smash/images/icons/settings.png');
    cursor: pointer;
}

    .signup-profile:hover .change-img-profile,
    .change-img-profile:hover {
        -webkit-animation: spin 4s linear infinite;
        -moz-animation: spin 4s linear infinite;
        animation: spin 4s linear infinite;
    }

.input-group.input-class {
    width: 100%;
}

#ClassCode {
    width: 100% !important;
    height: 60px;
    background: white;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px !important;
}

#ClassCode:focus {
    outline: none;
}

    #ClassCode::placeholder { 
        color: rgba(176,176,176,1);
        opacity: 1; 
    }

    #ClassCode:-ms-input-placeholder {
        color: rgba(176,176,176,1);
    }

    #ClassCode::-ms-input-placeholder {
        color: rgba(176,176,176,1);
    }

#CheckClassCode {
    border: none;
    background: none;
    position: relative;
    top: 5px;
    height: 48px;
    width: 48px;
    border-radius: 0 10px 10px 0;
    position: absolute;
    top: 7px;
    border: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

    #CheckClassCode i {
        font-size: 25px;
        color: rgb(255, 123, 0);
        transition-duration: 200ms;
    }
    
    #CheckClassCode:hover i {
        color: rgb(202, 100, 5);
        transform: scale(1.2);
    }

#HaveAccount {
    display: block;
}

.form-disabled {
    opacity: 0.5;
}

.user-choose-wrapper {
    width: 90vw;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.img-profile-menu {
    display: none;
    position: absolute;
    z-index: 10;
    width: 200px;
    top: calc(100% + 10px);
    background: white;
    list-style: none;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(176,176,176,1);
    box-shadow: 0px 0px 10px 1px rgba(176,176,176,1);
}

    .img-profile-menu li {
        height: 35px;
        padding-left: 10px;
        padding-top: 5px;
        cursor: pointer;
        -webkit-user-select: none; /* Chrome all / Safari all */
        -moz-user-select: none; /* Firefox all */
        -ms-user-select: none; /* IE 10+ */
        user-select: none; /* Likely future */
    }

        .img-profile-menu li:hover {
            background: rgba(0, 0, 0, 0.3);
        }

.language-container {
    position: absolute;
    top: 25px;
    right: 10px;
    height: 30px;
    margin-bottom: 10px;
    width: auto;
}

    .language-container .header {
        display: flex;
        position: relative;
        box-sizing: border-box;
        background-color: #ffffff;
        outline: 0;
        margin: 0;
        cursor: pointer;
        user-select: none;
        vertical-align: middle;
        text-decoration: none;
        font-family: Poppins;
        padding: 5px 15px;
        border-radius: 4px;
        transition: background-color 250ms cubic-bezier(.4,0,.2,1) 0ms,box-shadow 250ms cubic-bezier(.4,0,.2,1) 0ms,border-color 250ms cubic-bezier(.4,0,.2,1) 0ms,color 250ms cubic-bezier(.4,0,.2,1) 0ms;
        font-size: 1rem;
        font-weight: normal;
        color: #84818a;
        border: 1px solid #ebeaed;
        min-width: 130px;
        flex-direction: row;
        align-items: center;
        line-height: 1.75;
    }

#CurrentLang {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    line-height: 1.75;
}

.language-container .header .flag {
    margin: 0;
    margin-right: 10px;
    margin-top: -5px;
    border-radius: 0;
}

#langheader {
    position: relative;
    z-index: 15;
}

.language-container ul {
    display: none;
    position: absolute;
    z-index: 9;
    right: 0;
    top: 20px;
    background: white;
    border: 1px solid #e1e1e1;
    width: 130px;
    list-style: none;
    padding: 0;
    padding-top: 20px;
    border-radius: 0 0 20px 20px;
}

.language-container li {
    height: 30px;
    padding-left: 0px;
    padding-top: 5px;
    cursor: pointer;
    -webkit-user-select: none; /* Chrome all / Safari all */
    -moz-user-select: none; /* Firefox all */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Likely future */
}

    .language-container li:hover {
        background: rgb(243, 243, 243);
    }

.form-inline {
    overflow: auto;
}

    .form-inline > div {
        float: left;
        width: 50%;
    }

.signup-form a {
    color: #f68922;
}


    .input-class input {
        border: none;
        background: none;
        width: 190px !important;
        height: 50px;
        font-size: 20px;
    }

#signupForm.active-code .input-class {
    width: 100% !important;
    background: rgba(11,222,151,1);
    background: -moz-linear-gradient(left, rgba(11,222,151,1) 0%, rgba(11,144,151,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(11,222,151,1)), color-stop(100%, rgba(11,144,151,1)));
    background: -webkit-linear-gradient(left, rgba(11,222,151,1) 0%, rgba(11,144,151,1) 100%);
    background: -o-linear-gradient(left, rgba(11,222,151,1) 0%, rgba(11,144,151,1) 100%);
    background: -ms-linear-gradient(left, rgba(11,222,151,1) 0%, rgba(11,144,151,1) 100%);
    background: linear-gradient(to right, rgba(11,222,151,1) 0%, rgba(11,144,151,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0bde97', endColorstr='#0b9097', GradientType=1 );
}

    #signupForm.active-code .input-class:before {
        position: absolute;
        right: 5px;
        top: 5px;
        content: '';
        width: 40px;
        height: 40px;
        background: white;
        border-radius: 50%;
        background-image: url('../../smmb/smash/images/icons/min_checked.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: 60%;
    }


    #signupForm.active-code .input-class input {
        width: 100% !important;
        text-align: center;
        color: white;
        background: none !important;
    }

    #signupForm.active-code .input-class button {
        display: none;
    }

@media (max-width: 520px) {
    .form-inline {
        margin-bottom: 0px;
    }

        .form-inline > div {
            float: none;
            width: 100%;
        }

    .signup-form {
        width: 100vw;
        min-height: 300px;
    }

    .language-container {
        position: relative;
        top: 0;
        float: none;
        width: 100%;
    }
}

.flag {
    float: left;
    position: relative;
    top: 3px;
    margin-top: 5px;
    margin-right: 5px;
    margin-left: 8px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background-size: contain;
}

    .flag.flag-1 {
        background-image: url('https://login.smasheducation.com/source/ui/language/flags/spanishx32.png');
        background-position: center;
    }

    .flag.flag-2 {
        background-image: url('https://login.smasheducation.com/source/ui/language/flags/englishx32.png');
        background-position: center;
    }

    .flag.flag-3 {
        background-image: url('https://login.smasheducation.com/source/ui/language/flags/frenchx32.png');
        background-position: center;
    }


.language-container li {
    margin-left: 10px;
    margin-right: 10px;
    background: white;
    margin-bottom: 5px;
    margin-top: 5px;
    border-radius: 20px;
}

    .language-container li a {
        text-decoration: none;
    }
    .language-container li a:hover {
        text-decoration: none;
    }

ul .flag {
    top: -5px;
    left: -2px;
}

.input-class input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
    text-align: center;
}

.input-class input::-moz-placeholder { /* Firefox 19+ */
    color: black;
    text-align: center;
}

.input-class input:-ms-input-placeholder { /* IE 10+ */
    color: black;
    text-align: center;
}

.input-class input:-moz-placeholder { /* Firefox 18- */
    color: black;
    text-align: center;
}

#signupForm .form-group {
    display: flex !important;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}


#FullFormSection .form-group {
    margin-bottom: 10px;
    display: flex;
}

    #FullFormSection .form-group .input-group {
        background: #f0f0f0;
        border-radius: 30px;
    }

    #FullFormSection .form-group input {
        border: none;
        background: none;
        color: black;
        height: 45px;
        border-radius: 30PX;
    }

    #FullFormSection .form-group .input-group {
        width: calc(100% - 10px);
        margin-right: 5px;
    }

.form-group input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: black;
    text-align: center;
}

.form-group input::-moz-placeholder { /* Firefox 19+ */
    color: black;
    text-align: center;
}

.form-group input:-ms-input-placeholder { /* IE 10+ */
    color: black;
    text-align: center;
}

.form-group input:-moz-placeholder { /* Firefox 18- */
    color: black;
    text-align: center;
}

.text-center {
    text-align: center;
}

@media all and (max-height: 800px) {
    .site-logo {
        top: 15px;
        left: 15px;
    }

        .site-logo img {
            width: auto;
            height: auto;
            max-width: 200px;
        }
}

@media all and (max-height: 600px) and (orientation: portrait) {
    .signup-form {
        height: 100vh;
        top: 0;
        transform: none;
        border-radius: 0;
        background: white;
    }
}


@media all and (max-width: 1200px) {
    .signup-video video {
        width: auto;
        height: auto;
        max-width: 95%;
        max-height: 90%;
        border-radius: 10px;
    }
}


@media all and (max-width: 900px) {
    .signup-wrapper {
       width: 300px;
    }

    .site-logo img {
        max-width: 150px;
    }

    #LabelCreateAccount {
        font-size: 16px;
    }

    .signup-video {
        width: calc(100% - 300px);
    }

    .signup-video video {
        width: auto;
        max-width: 95%;
        max-height: 90%;
        border-radius: 10px;
    }
}


@media all and (max-width: 600px) {
    .signup-container {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        overflow: auto;
    }

    .signup-wrapper {
        width: 100%;
        order: initial;
        height: 100%;
    }

    .signup-video {
        display: none;
    }
}