﻿body {
    background-color: #005589;
    font-family: 'Montserrat', sans-serif;
}

.centerimg {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main {
    padding: 0px 5% 5% 5%;
}

.hlogin {
    font-size: 30px;
    color: #005589;
    margin-bottom: 1%;
    font-weight: 600;
}

.hlogin-sub {
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 57px;
}

.loginbtn {
    background-color: #27AAE1;
    color: #ffffff;
    padding: 20px 5px;
    margin-top: 4%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    height: 60px;
    width: 290px;
    box-shadow: 0 2px 10px 0 rgba(0,0,0,0.18);
    border-radius: 7px;
}

    .loginbtn:hover {
        opacity: 1;
        color: #ffffff;
    }

.error {
    color: red;
}

.input-container {
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

.login-input-icon {
    padding: 12px 10px 10px 0px;
    color: #27AAE1;
    font-size: 21px;
    text-align: center;
    border: 0px solid #D9E2EC;
    border-radius: 0px;
    border-bottom-width: 2px;
}

.login-input-label {
    color: #27AAE1;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 19px;
    margin-bottom: 15px;
}

input.login-input {
    border: 0px solid #D9E2EC;
    border-radius: 0px;
    border-bottom-width: 2px;
    background-color: transparent;
    font-size: 21px;
    letter-spacing: 0;
    line-height: 25px;
    padding-left: 5px;
}

    input.login-input:focus {
        outline: 0 none;
        box-shadow: inset 0 -1px 0 #ddd;
        border: 0px solid #D9E2EC;
        border-radius: 0px;
        border-bottom-width: 2px !important;
        background-color: transparent;
        font-size: 21px;
        letter-spacing: 0;
        line-height: 25px;
        padding-left: 5px;
    }

    input.login-input.form-control.is-invalid {
        border-color: #D9E2EC !important;
        border-color: #D9E2EC !important;
        outline: 0 none;
        box-shadow: inset 0 -1px 0 #ddd;
        border: 0px solid #D9E2EC;
        border-radius: 0px;
        border-bottom-width: 2px;
        background-color: transparent;
    }

.login-qr {
    margin-top: 25px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(134,147,160,0.5) !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(134,147,160,0.5) !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(134,147,160,0.5) !important;
}

.partner-form select {
    color: #102A43;
}

@media screen and (max-width: 767px) {
    .login-logo {
        margin-top: 10%;
        background-image: url(../loginbg.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: left top;
        padding-top: 30px;
        padding-bottom: 10px;
        border-radius: 10px 10px 0px 0px;
        box-shadow: 0 2px 40px 0 rgba(0,0,0,0.2);
    }

        .login-logo img {
            height: 40px;
        }

    .login-form {
        padding-top: 10px;
        padding-bottom: 30px;
        background-color: white;
        border-radius: 0 0 10px 10px;
        box-shadow: 0 2px 40px 0 rgba(0,0,0,0.2);
    }

    input.login-input, .login-input-icon {
        font-size: 21px;
    }

    .login-input-icon {
        padding-top: 12px
    }
}

@media screen and (min-width: 768px) {
    .login-logo {
        margin-top: 7%;
        background-image: url(../loginbg.png);
        background-position: left top;
        padding-top: 40%;
        padding-bottom: 10%;
        border-radius: 10px 0px 0px 10px;
        box-shadow: 0 2px 40px 0 rgba(0,0,0,0.2);
    }

        .login-logo img {
            height: 40px;
        }

    .login-form {
        padding: 0px 10px 0px 10px;
        margin-top: 7%;
        padding-top: 11%;
        padding-bottom: 10%;
        background-color: white;
        border-radius: 0 10px 10px 0px;
        box-shadow: 0 2px 40px 0 rgba(0,0,0,0.2);
    }

    .partner-form {
        padding-bottom: 20% !important;
    }

    input.login-input, .login-input-icon {
        font-size: 19px;
    }

    .login-input-icon {
        padding-top: 11px
    }
}

@media screen and (min-width: 992px) {
    .login-logo {
        margin-top: 7%;
        background-image: url(../loginbg.png);
        background-position: left top;
        padding-top: 30%;
        padding-bottom: 10%;
        border-radius: 10px 0px 0px 10px;
        box-shadow: 0 2px 40px 0 rgba(0,0,0,0.2);
    }

        .login-logo img {
            height: 40px;
        }

    .login-form {
        padding: 0px 51px 0px 51px;
        margin-top: 7%;
        padding-top: 11%;
        padding-bottom: 10%;
        background-color: white;
        border-radius: 0 10px 10px 0px;
        box-shadow: 0 2px 40px 0 rgba(0,0,0,0.2);
    }

    .partner-form {
        padding-bottom: 20% !important;
    }

    input.login-input, .login-input-icon {
        font-size: 21px;
    }

    .login-input-icon {
        padding-top: 12px
    }
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.login-form hr {
    box-sizing: border-box;
    border: 1px solid #27AAE1;
    margin-bottom: 30px;
}

.hlogin-sub a {
    color: #27AAE1;
    font-weight: 700;
    text-decoration: none;
}

.field-validation-error {
    float: right;
    color: #8693A0 !important;
    font-size: 12px;
    font-weight: 600;
}

    .field-validation-error::before {
        content: url(../important.svg);
        padding-right: 5px;
        margin-bottom: -2px;
    }

.alertbox {
    margin-bottom: 10px;
}

    .alertbox span {
        color: #102A43;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 18px;
    }

    .alertbox .importanticon {
        padding-right: 2px;
        content: url(../important_big.svg);
        margin-bottom: -5px;
    }
