/* input(8,24): run-time error CSS1046: Expect comma, found '40'
input(8,29): run-time error CSS1046: Expect comma, found ')'
input(130,6): run-time error CSS1030: Expected identifier, found '#col-right'
input(135,1): run-time error CSS1019: Unexpected token, found '}' */
.k-window {
    border-radius :12px;
    height: 250px !important;
}

#loginWindow {
    background-color: #083282;
    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: 227px;
    float: left;
    margin-top: 14px;
    margin-left: 10px;
    padding-left: 23px;
    padding-right: 28px;

}

#col-right {
    height: 80%;
    width: 60%;
    margin-top: 22px !important;
    float: right;
    padding-top: 23px;
    border-left: 0.5px solid #c1c1c1;
    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: #f5c300;
    background-image: none;
    border-color: transparent;
    border-radius: 4px;
}

    .k-button.k-primary:hover {
        background-color: #158389;
        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 {
    content: url("../../../../Images/SPFLogoWhitenoBG.png");
    
}

#loginBtn {
    width: 250px;
    height: 35px;
    background-color: #f5c300 !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 {
    }
    
}
