@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;700&display=swap');
body {
    margin: 0;
    padding: 0;
    min-width: 360px;

}

.ui-widget {
    font-family: 'Quicksand', sans-serif !important;
}

.text_logo {
    margin-top:81px;
    color: #FF6600;
    font-weight: bold;
    font-size: 22px;
    text-align:left;
    margin-left:104px;
}

.text_title {
    margin-top: 64px;
    font-weight: bold;
    font-size: 22px;
}

.text_description {
    font-size: 16px;
    margin-right: 40px;
    width: 355px;
    height: 64px;
}

.input_login{
    width: 355px;
    height: 40px;
    box-sizing: border-box;
    border: 1px solid #707070;
    border-radius: 4px;
    opacity: 0.4;
    font-size: 14px !important;
    text-align: left;
    margin:auto;

}

.input_login:focus{
    border: 1px solid #FF6600;
}

.ui-inputfield.ui-state-error{
    opacity:1;  
    border: 1px solid #FF0000 !important;

}

.ui-inputfield{
    padding:12px;
}

.ui-messages-error-summary {
    width: 113px;
    height: 13px;
    font-size: 10px!important;
    color: #FF0000;
}

.ui-messages-error, .ui-message-error {
    padding-top:3px;
    padding-bottom:3px;
    margin-left:-78px !important;;
    background-color: #FFFFFF !important;
    border: none !important;
    margin-top: -10px !important;
    text-align: left;
}

.ui-messages-error-icon{
    display: none !important;
}


.button_registration_system{

    margin-top: 10px;
    width: 355px;
    height: 30px;
    padding: 3px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px #00000028;
    border-radius: 4px;
    opacity: 1;
    border: 1px;
    text-align: center;
}

.button_registration_system a{
    font-size: 16px !important;
    color: black;
}

.wrapper {
    display:flex;
}

.text_signup_position{
    flex-shrink:0;
    width: 130px;
    height: 40px;
    margin-top: 32px;
    margin-left: 40px;
    line-height:37px;
}


.text_signup_position a{
    font-size:16px;
    font-weight:500;
    color:#2D2D2D;
}
a{
    text-decoration: none;
    color: #707070;
}

.text_signin_position{
    flex-shrink:0;
    margin-top: 32px;
    margin-left: 15px;
    width: 130px;
    height: 40px;
    line-height:37px;
}

.text_signin_position a{
    font-size:16px;
    font-weight:500;
    color:#2D2D2D;

}

.login_ref{
    background-color:#FF6600;
    width: 180px;
    height: 30px;
    margin-top:22px;
    font-size: 12px !important;
    box-shadow: 0px 0px 6px #00000028;
    border-radius: 4px;
    opacity: 1;
    line-height:28px;
    text-align: center;
}

.login_ref a{
    font-size:14px;
    color:white;
    font-weight:500;
}
.resetPasswordEmailSuccess{
    margin-top:40px;
    width:80px;
    height:80px;
}

@media only screen and (max-width: 420px){
    .main_content {
        max-width: 420px;     
        width: 360px;
        margin: 0;
        height: 640px;
        top: 55%;
        left: 68%;
    }
}

@media only screen and (min-width: 421px){
    .main_content {
        max-width: 420px;   
        width:420px;
        border-radius: 10px;
        margin: 0;
        height: 630px;
        position: absolute;
        top: 55%;
        left: 50%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .text_description {
        margin-top:10px;
        width: 355px;
        height: 64px;
    }

    .text_signup_position{
        margin-left: 70px;
    }
    .ui-messages-error-summary {
        margin-left: 10%!important;
    }
}

@media only screen and (min-width: 1001px)  {
    .text_logo{
        text-align:left;
        margin-left:140px;
        margin-top:110px;
    }

    .passwordResetSent{
        margin-top:200px;
        margin-left:-36px;
    }
    .main_content {
        max-width: 420px;     
        width: 80%;
        border-radius: 10px;
        margin: 0;
        height: 630px;
        position: absolute;
        top: 60%;
        left: 64.5%;
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .ui-messages-error-summary {
        margin-left: 10%!important;
    }

    .left_content{
        background-color: #E8E8E8 !important;
        float: left;
        width: 45%;
        max-width: 692px;
        height: 100vh;

    }
}