html {
    height: 100%;
    min-width: 500px;
}

body {
    display: flex;
    justify-content: center;
    background: url(./login-bg.jpg) center no-repeat;
    background-size: cover;
    font-family: Roboto, sans-serif;
    height: 100%;
}

#error-div {
    color: red; /* #b30505 maybe? */
    font-weight: bold;
}

#succ-div {
    color: #12b826;
    font-weight: bold;
}

.login-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 1220px;
}

.login-form {
    margin-bottom: 0px;
}

.login-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 210px;
    padding-bottom: 30px;
}

.login-logo >img:nth-of-type(1){
    height: 120px;
}

.login-logo.col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}

.logo-img {
    width: 80%;
    object-fit: contain;
}

.login-wrap {
    display: flex;
    justify-content: center;
}

.login-logo a,
.register-logo a {
    color: #444;
    cursor: pointer;
    text-decoration: none !important;
    font-size: 35px;
}

.login-box-body,
.register-box-body {
    box-shadow: 1px 1px 5px 1px rgb(87, 92, 161);
    padding: 30px 40px;
    border-top: 0;
    color: #666;
    background: rgba(255, 255, 255, .8);
    max-width: 450px;
    float: left;
    width: 100%;
    border: 1px solid #514991;
}

.login-box-body h2 {
    margin-top: 10px;
    margin-bottom: 1rem;
    font-weight: 600;
    color: #8a43b5;
    font-size: 30px;
    font-family: 'Source Sans Pro', sans-serif;
}

.btn:disabled {
    cursor: default;
}

.has-feedback {
    position: relative;
}

.form-group {
    margin-bottom: 15px;
}

.has-feedback .form-control {
    padding-left: 32.5px;
    padding-right: 0;
}

.form-control,
.input_box,
.input_box2 {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #cacaca;
    padding: 3px 5px;
    font-size: 13px;
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, .1);
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
    height: 26px;
    line-height: 26px;
    border-right: 1px solid #cacaca;
}

.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    right: auto;
    left: 0;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.form-control,
.input_box,
.input_box2 {
    border-radius: 2px;
    box-shadow: none;
    border: 1px solid #cacaca;
    height: 26px !important;
    padding: 3px 5px;
    font-size: 14px !important;
    box-shadow: inset 0px 0px 10px 1px rgba(0, 0, 0, .1);

}

.fas {
    margin: 5px 0px 0px 10px;
    position: absolute;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.btn-primary {
    background: -webkit-linear-gradient(#bf83e0 50%, #8a43b5 50%);
    background: -moz-linear-gradient(#bf83e0 50%, #8a43b5 50%);
    background: -ms-linear-gradient(#bf83e0 50%, #8a43b5 50%);
    background: -o-linear-gradient(#bf83e0 50%, #8a43b5 50%);
    border-color: #8a43b5;
}

.btn.btn-flat {
    border-radius: 1px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-radius: 3px;
}

.btn {
    border-radius: 3px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid transparent !important;
    letter-spacing: 1px;
    padding: 1px 10px;
    height: 26px;
    line-height: 10px !important;
}

.btn:not(:disabled):hover {
    background: -webkit-linear-gradient(top, rgb(138, 67, 181) 50%, rgb(191, 131, 224) 50%);
    border-color: black;
}

.btn-block {
    display: block;
    width: 100%;

}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

#SelectedCultureId {
    font-size: 14px;
    font-family: Arial;
}

.forgot-password-div {
    display: none;
    box-shadow: 1px 1px 5px 1px rgb(87, 92, 161);
    padding: 30px 40px;
    border-top: 0;
    color: #666;
    border: 1px solid #514991;
    background: rgba(255, 255, 255, .8);
    padding: 15px 20px;
    max-width: 450px;
    float: left;
    width: 100%;
    margin-left: 30px;
}
