body{
    font-family: 'Roboto', sans-serif !important;
    background-color: #F5F5F5 !important;
    position: relative;
}

#login-zone-wrapper{
    color:#fff;
}

h1#title{

    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 60px;
    line-height: 80px;
    display: flex;
    align-items: center;

    color: #02376C;
}

.myclass{
    border:         none;
    border-left:    2px solid hsla(200, 10%, 50%,100);
    height:         100px !important;
    width:          20px;
}


.form-label{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 41px;
    color: #02376C;
}

button.submit{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    background: #005CB9;
    border-color: #005CB9;
    box-shadow: 0px 1px 4px rgba(118, 114, 114, 0.25);
    border-radius: 10px;
    width: 100%;
}

button.submit:hover{
    color: #005CB9;
    background: #fff;
}

.bg_left{
    background-image: url("/assets/bg/bg_left.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;


}

p{
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    color: #02376C;
}

#login-zone-wrapper form{
    width: 60%;
    margin: 0 auto;
}

#login-zone-wrapper .form-control{
    background: #F5F5F5;
    box-shadow: inset 0px 1px 4px rgba(118, 114, 114, 0.25);
    border-radius: 10px;
}

.img-fluid.logo-img{
    max-width: 118px;
}

.small {
    font-size: 1.2rem !important;
    margin: 0;
    padding: 0;
    line-height: 1.3rem;
}

@media only screen and (max-width: 481px) {
    .img-fluid.logo-img{
        width: 50%;
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }

    #login-zone-wrapper form {
        width: 95%;
    }
}