html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 0;
    font-family: 'Open Sans', Calibri, Geneva, sans-serif;
    color: #000;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

.process {
    text-align: center;
    padding: 30px 0 30px 0;
}

.title {
    text-align: center;
    padding: 13px;
}

.title h2 {
    font-size: 30px;
    font-weight: 600;
}

input.form-control {
    height: 80px;
    width: 360px;
    background-color: rgb(247, 247, 247);
    border-radius: 5px;
    margin-bottom: 10px;
    border: 1px solid transparent;
    font-size: 18px;
    padding: 20px;
}

#login-form {
    width: 360px;
    margin: auto;
}

#login-box {
    text-align: center;
}

.continue {
    font-size: 18px;
    border-radius: 30px;
    padding: 20px 130px 20px 120px;
    color: #fff;
    background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
    border: none;
}

.facebook-btn {
    background: #3b5998 !important;
    font-size: 100%;
    color: white;
}

.screen-btn {
    font-size: 18px;
    font-weight: 500;
    border: none;
    width: 360px;
    height: 80px;
    border-radius: 20px;
    background: linear-gradient(to left, #34c3e8, #30c774);
}

.or-line {
    margin: 30px 0 20px 0;
}

@media screen and (max-width: 767px) {
    .title h2 {
        font-size: 23px;
        font-weight: 600;
    }

    @media (max-width: 414px) {
        .title h2 {
            font-size: 20px;
            font-weight: 600;
        }
    }
    @media (max-width: 375px) {
        .title h2 {
            font-size: 18px;
            font-weight: 600;
        }

        .form-group {
            margin-right: 4rem;
        }

        input {
            height: 80px;
            width: 320px;
            background-color: rgb(247, 247, 247);
            border-radius: 5px;
            margin-bottom: 10px;
            border: 1px solid transparent;
            font-size: 18px;
            padding: 20px;
        }

        #register-link {
            margin-right: 55px;
        }
    }
}

/* SIGNUP */

html {
    margin: 0;
    padding: 0;
    font-size: 62.5%;
    width: 100%;
    height: 100%;
}

body {
    background: #fff;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 0;
    font-family: 'Open Sans', Calibri, Geneva, sans-serif;
    color: #000;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}

.login {
    background-color: #fff;
    position: relative;
    text-align: center;
    margin: auto;
    width: 40%;
    padding-top: 20px;
    border-radius: 10px;
    box-shadow: 4px 3px 10px rgba(0, 0, 0, .25);
}

.login h2 {
    font-size: 30px;
}

.close-x {
    position: absolute;
    right: 0px;
    top: 4px;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: 7px solid #171F48;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 43%, #fff 45%, #fff 55%, rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(135deg, #171F48 0%, #171F48 43%, #fff 45%, #fff 55%, #171F48 57%, #171F48 100%);
}

.separator {
    border-left: 1px solid rgba(255, 255, 255, .4);
    margin: 0 .9rem;
    vertical-align: middle;
}

.fb {
    width: 300px;
    height: 55px;
    left: 136px;
    top: 152px;
    background: #4267B2;
    box-shadow: 0px 4.82624px 10.859px rgba(69, 137, 255, 0.26);
    border-radius: 50px;
    border: transparent;
    padding-right: 13px;
}

.btn-info {
    width: 360px;
    height: 44px;
    left: 136px;
    top: 665px;
    background: linear-gradient(180deg, #29F4FF -46.11%, #5257FF 151.97%);
    border-radius: 50px;
}

.button-social span {
    font-size: 14px;
    color: #fff;
}

.google {
    background-color: white;
    color: black;
    padding: 10px 20px;
    border-color: gray;
    margin-top: 20px;
    width: 30%;
}

.label {
    font-weight: 500;
}

#signup-form, #password-form {
    width: 360px;
    margin: auto;
}

.btn-submit {
    width: 100%;
    background-color: rgb(51, 51, 51);
    padding: 15px 10px;
    border-radius: 10px;
}

/*input#name, input#txtNewPassword, input#email, input#txtConfirmPassword {*/
/*    height: 50px;*/
/*    background-color: rgb(247, 247, 247);*/
/*    border-radius: 5px;*/
/*    margin-bottom: 10px;*/
/*    border: 1px solid transparent;*/
/*    font-size: 18px;*/
/*    padding: 20px;*/
/*}*/

#register-link {
    text-align: center;
    color: rgb(189, 189, 189);
}

#register-link a {
    text-align: center;
    color: rgb(189, 189, 189);
    text-decoration: underline;
}

.forgot {
    color: rgb(189, 189, 189);
    text-decoration: underline;
}

#signup-box {
    width: 100%;
    margin: auto;
}


