/* input(9,24): run-time error CSS1046: Expect comma, found '40'
input(9,29): run-time error CSS1046: Expect comma, found ')'
input(140,6): run-time error CSS1030: Expected identifier, found '#col-right'
input(146,1): run-time error CSS1019: Unexpected token, found '}' */

.k-window {
    border-radius: 12px;
    height: 250px !important;
}

#loginWindow {
    background-color: #ffffff;
    box-shadow: rgb(22 40 54) 2px 2px 28px;
    border-radius: 12px;
}

#loginForm {
    height: 100%;
    background-color: transparent;
    padding: 0px 2px 0px 2px;
}

#row {
    height: 100%;
    width: 100%;
}

#col-left {
    height: 193px;
    width: 50%;
    float: left;
    margin-top: 10px;
    align-items: center;
    display: flex;
    padding: 0 20px;
}

#col-right {
    height: 80%;
    width: 50%;
    margin-top: 22px !important;
    float: right;
    padding-top: 23px;
    /*border-left: 0.5px solid #246989;*/
    text-align: center;
    margin-top: 34px;
}

.loginTextBox {
    padding: 10px;
    height: 35px !important;
    border-radius: 4px;
}

.field-input.k-input, .field-input.k-textbox .k-state-focused {
    height: 27px;
    background-color: transparent;
}

.margin {
    margin-top: 10px !important;
}

.k-button.k-primary {
    color: #ffffff;
    background-color: #bd252e;
    background-image: none;
    border-color: transparent;
    border-radius: 4px;
}

/*    .k-button.k-primary:hover {
        background-color: #e8526e;
        background-image: none;
        border-color: transparent;
    }*/

/*.k.k-button.k.primary:active {
    background-color: #f5c300;
    background-image: none;
    border-color: transparent;
}*/

.k-button.k-primary:focus, .k-button.k-primary.k-state-focused {
    box-shadow: none;
}

.loginLogo {
    width: 100%;
    float: right;
}

#loginBtn {
    width: 250px;
    height: 35px;
    background-color: #246989 !important;
    border-radius: 4px;
}

#loginBtn:hover {
    width: 250px;
    height: 35px;
    background-color: #205f78ff !important;
    border-radius: 4px;
}

.field-input.k-input, .field-input.k-textbox {
    background-color: ghostwhite;
}

.validation-summary-errors {
    padding-left: 75px;
    padding-right: 75px;

}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #col-right {

    }

    #col-left {
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #col-right {

    }

    [class*="col-"] {
        width: 100%;
    }

    #col-left {

    }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .#col-right {

    }

    #col-left {
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #col-right {

    }

    #col-left {
    }

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #col-right {

    }

    #col-left {
    }

}
