.main-section-login{
    font-family: 'DM Sans', sans-serif;
    Color: #1d1e20;
    display: flex;
    justify-content: flex-end;
    height: 100vh;
    width:100%;
    background: url(https://webmail.criandoparaweb.com.br/skins/cpw/images/8038877_25101.jpg);
    background-size: auto;
    background-color: #1a6079;
    background-repeat: no-repeat;
}
.main-section-login .section-login {
    display: flex;
    max-width: 612px;
    line-height: 24px;
    background: #fff;
    height: 100vh;
    overflow-y: scroll;
    flex-wrap: nowrap;
    justify-content: space-around;
    flex-direction: column;
    padding: 2% 5%;
    align-content: space-around;
    align-items: stretch;
    -webkit-box-shadow: 10px 10px 55px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 55px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 55px 0px rgba(0,0,0,0.75);
}

.login-title{
    text-align: left;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
    margin: 0;
}
#login-form span.input-group-prepend {
    display: none !important;
}

#login-form .input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}