/*============================================================================================*/
/* LOGIN  */
/*============================================================================================*/
* {
    box-sizing: border-box !important;
}

.container{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: center;
    vertical-align: center;
}

#login-container {
    width: 400px;
    background-color: #666EE8;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #757575;
    margin-top: 160px;
    padding: 30px;
    z-index: 5;
}

#hajma-container {
    width: 400px;
    padding: 30px;
    margin-top: 90px;
    border: 1px solid lightgray;
    border-radius: 10px;
    box-shadow: 0px 0px 10px lightgray;
    z-index: 0;
}

#register-container {
    width: 400px;
    background-color: #666EE8;
    border-radius: 10px;
    box-shadow: 10px 10px 10px #757575;
    margin-top: 100px;
    padding: 30px;
    z-index: 5;
}

.login_banner {
    margin-bottom: 40px;
}

.login_banner_img {
    width: 100px;
    max-width: 100px;
    min-width: 100px;
}

.fd_login_item {
    display: flex;
    justify-content: center;
}

.fd_login_item h2 {
    font-family: helvetica;
    color: #fff
}

.fd_login_item form {
    width: 100% !important;
}

.field-icon {
    float: right;
    position: relative;
    z-index: 6;
    color: white;
}

.fd_input {
    display: flex;
    align-items: center;
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
    height: 45px;
    margin-bottom: 20px;
}

.fd_input i {
    font-size: 20px;
    color: #f1f1f1;
    margin: 5px;
    width: 22px;
}

.fd_input input {
    border: none;
    background-color: #666EE8 !important;
    width: 80%;
    height: 40px;
    padding: 5px;
    box-shadow: none;
    outline: none;
    display: inline-block;
    color: white;
}

.fd_input input::placeholder {
    color: white;
    overflow: visible;
}

.btn_box {
    padding-top: 30px;
}

.fd_form_btn {
    font-family: Helvetica;
    font-size: 14px !important;
    width: 100%;
    height: 25px;
    background-color: #5E65D9 !important;
    color: white;
    border-radius: 10px !important;
}

.fd_form_btn:hover {
    background-color: #383D80 !important;
    border-color: #383D80 !important;
}

.hajma_img {
    border-radius: 50%;
    width: 80px;
    height: 80px;
}

.hajma_text p {
    font-family: helvetica;
    color: gray;
    font-size: 12px;
    padding-left: 10px;
}

.hajma_content {
    padding: 10px;
    margin-bottom: 30px;
}

.hajma_copy {
    font-family: helvetica;
    color: gray;
    font-size: 10px;
}

.forget-pass {
    color: white !important;
    display: inline-block;
    margin-left: 10px;
}

.fd_login_item form span {
    font-size: 14px !important;
}

/*============================================================================================*/
/* END LOGIN  */
/*============================================================================================*/


/*============================================================================================*/
/* RESPONSIVE LOGIN  */
/*============================================================================================*/

@media only screen and (max-width: 319px) {
    .container{
        padding: 0 !important;
        flex-direction: column;
    }

    #login-container {
        width: 310px !important;
        margin-top: 0px !important;
    }

    #register-container {
        width: 310px !important;
        margin-top: 0px !important;
    }

    #hajma-container {
        width: 310px !important;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
    .container{
        padding: 0 !important;
        flex-direction: column;
    }

    #login-container {
        width: 100%;
        margin-top: 0px !important;
    }

    #register-container {
        width: 100%;
        margin-top: 0px !important;
    }

    #hajma-container {
        width: 100% !important;
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 375px) and (max-width: 424px) {
    .container{
        padding: 0 !important;
        flex-direction: column;
        transition: 0.3s;
    }

    #login-container {
        width: 100%;
        margin-top: 0px !important;
        transition: 0.3s;
    }

    #register-container {
        width: 100%;
        margin-top: 0px !important;
        transition: 0.3s;
    }

    #hajma-container {
        width: 100% !important;
        margin-top: 0px !important;
        transition: 0.3s;
    }
}

@media only screen and (min-width: 425px) and (max-width: 767px) {
    .container{
        padding: 0 !important;
        flex-direction: column;
        transition: 0.3s;
    }

    #login-container {
        width: 100%;
        margin-top: 0px !important;
        transition: 0.3s;
    }

    #register-container {
        width: 100%;
        margin-top: 0px !important;
        transition: 0.3s;
    }

    #hajma-container {
        width: 100% !important;
        margin-top: 0px !important;
        transition: 0.3s;
    }
}

@media only screen and (min-width: 768px) {
    #login-container {
        width: 350px !important;
        transition: 0.3s;
    }
    #register-container {
        width: 350px !important;
        transition: 0.3s;
    }

    #hajma-container {
        width: 350px !important;
        transition: 0.3s;
    }
}

@media only screen and (min-width: 1024px) {
    #login-container {
        width: 400px !important;
        transition: 0.3s;
    }
    #register-container {
        width: 400px !important;
        transition: 0.3s;
    }

    #hajma-container {
        width: 400px !important;
        transition: 0.3s;
    }
}

@media only screen and (min-width: 1440px) {
    #login-container {
        width: 400px !important;
        margin-top: 260px !important;
        transition: 0.3s;
    }
    #register-container {
        width: 400px !important;
        margin-top: 160px !important;
        transition: 0.3s;
    }

    #hajma-container {
        width: 400px !important;
        margin-top: 200px !important;
        transition: 0.3s;
    }
}
/*============================================================================================*/
/* END RESPONSIVE */
/*============================================================================================*/
