.Inline-label {
    height: 19px;
    left: 315px;
    top: 368px;
    font-family: Bw-Mitga-regular;
    font-style: normal ;
    font-weight: 700 ;
    font-size: 12px !important;
    line-height: 30px ;
    letter-spacing: -0.02em;
    color: #292931;
}


.login-button{
    background-color:  #831BEE;
    color: #ffffff;
    height: 31px;
    width: 85px;
    font-size: 12px;
    border: 0.5px solid #831BEE;
    border-radius: 5px;
    margin-top: 12px;
    /*width: 85px; border-radius: 5px*/
}
.login-button-large{
    background-color:  #831BEE;
    color: #ffffff;
    height: 31px;
    width: 120px;
    font-size: 12px;
    border: 0.5px solid #831BEE;
    border-radius: 5px;
}
.login-button-reset{
    background-color:  #831BEE;
    color: #ffffff;
    height: 31px;
    width: 145px;
    font-size: 12px;
    border: 0.5px solid #831BEE;
    border-radius: 5px;
}


.login-input
 {
     box-sizing: border-box;
     color: #787486 !important;
     width: 100%;
     height: 34px;
     font-size: 13px !important;
     font-family: Bw-Mitga-regular;
     font: normal;
     border: 0.5px solid #c3c3c3;
     border-radius: 8px;
     flex: none;
     order: 2;
     flex-grow: 0;
 }

.reset-input
{
    box-sizing: border-box;
    color: #787486 !important;
    height: 34px;
    width: 352px !important;
    font-size: 13px !important;
    font-family: Bw-Mitga-regular;
    font: normal;
    border: 0.5px solid #c3c3c3;
    border-radius: 8px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.phone-input
{
    box-sizing: border-box;
    color: #787486 !important;
    width: 116%;
    height: 34px;
    font-size: 12px;
    border: 0.5px solid #c3c3c3;
    border-radius: 8px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.login-input::placeholder{
    color: grey;
    font-family: Bw-Mitga-regular !important;
}


.login-input:focus{
    outline-color:#831BEE;
    outline-width: thin;
}
.login-input:focus{
    outline-color:#831BEE;
    outline-width: 1px;
}

.logo-small{
    width: 130px;
    /* height: 60px; */
}
.logo-reset
{
    height: 60px !important;
    width: 139px !important;
    margin-top: 12px !important;
    margin-bottom: 3px !important;
}

.divider-small {
    border-bottom: 2px solid #586ADA;
    width: 130px;
    height: 0px;
    margin-left: 0;
    margin-bottom: 0;
    bottom: 0;
    margin-top: 0.17rem;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    font-size: 14px;
}

.no-margin{
    margin-bottom: 0 !important;
}

.inputTextArea-large
{
    background-color: #ffffff;
    box-sizing: border-box;
    color: #787486 !important;
    width: 100%;
    font-size: 14px;
    padding-left: 8px;
    padding-top: 8px;
    border: 0.1px solid #c3c3c3;
    border-radius: 8px;
    flex: none;
    order: 2;
    flex-grow: 0;
}

.inputTextArea-large:focus {
    outline-color:#831BEE;
    outline-width: thin;
}