.loginPanel{
    padding-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.loginTitle {
    height: 28px;
    font-family: "Raleway", sans-serif;
    font-size: 28px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
}
.loginSubTitle {
    height: 16px;
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
}
.loginHeader{
    margin-bottom: 25px;
}
.loginMsgBox {
    border: none;
    width: 90% !important;
    height: 50px;
    display: block;
}
.logoBox {
    margin-top: 45px;
    margin-bottom: 35px;
}
.loginInput
{
    padding-left: 10px;
    width: 360px;
    height: 46px;
    border: solid 1px #66615b;
}
.loginLink{	
    border: none;
    margin-top: 30px;
    height: 48px;
    font-family: "Open Sans", sans-serif;
    font-size: 14.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #1f5b99;
	width: 360px;
	display: flex;
	justify-content: center;
}
.passwordBlock{
    width: 360px;
    display: flex;
}
.inputCombo{
    margin-bottom: 15px;
}
.showPassword {
    align-self: flex-end;
    font-size: 14.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #1f5b99;
}
    .showPassword:before {
        margin-right: 5px;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f06e";
    }
.hidePassword {
    font-size: 14.2px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: normal;
    color: #1f5b99;
}
    .hidePassword:before {
        margin-right: 5px;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f070";
    }
.redArrow {
    padding: 0;
    margin: 0;
    text-indent: 0;
    list-style: none;
    color: red !important;
}
    .redArrow:before {
        margin-right: 5px;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f00d";
        color: red !important;
    }
.greenCheck {
    padding: 0;
    margin: 0;
    text-indent: 0;
    list-style: none;
    color: green !important;
}
    .greenCheck:before {
        margin-right: 5px;
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f00c";
        color: green !important;
    }
.loginPanel {
    width: 360px;
}
.resetPanel {
    padding-top: 20px;
}

.field-validation-error {
    color: #cb0000;
}


@media all and (max-width:992px) {
    .loginPanel {
        padding: 15px 10px 15px 25px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .resetPanel {
        padding-left: 5px;
        margin-left: 0px;
        margin-right: 0px;
    }
    .loginControls {
        margin-right: 15px;
    }
    label,
    span {
        margin-right: 15px;
    }
    p,
    input-label,
    select{
        width: 90% !important;
    }
}

