﻿body {   
    margin-top: 113px;
}

input {
    height: 35px !important;  
}

input[type="checkbox"] {
    font-size: 15px;
}

.select  {
    max-width: 150px;
}

.checkbox  {
    margin: 0px;
    padding: 0px;
    line-height: 35px;
}

.control-label {
    color: #000000 !important;
    font-family: "Segoe UI", sans-serif;
    font-size: 14px;
}
/* Fix for the checkbox stuff from docs.css */
.checkbox input[type="checkbox"] {
    float: none !important;
    margin: 0px !important;
}

/* Container and Row */
.perk-outer-container {
    /*border: 1px solid orange;*/
    height: auto;
    width: 90%;
    margin: auto;    
}

.perk-row {
    height: auto;
    width: 100%;
    display: flex;

}

span.help-inline {
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #ff6a00;
    padding-bottom: 10px;
}


/* PERKS Login Screen */
.perk-login-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;    
    padding: 20px 20px 5px 20px;
}

.btn.btn-perk-login {
    font-family: Montserrat, sans-serif;
    width: 120px;
}


#perk-login-email {
    font-family: Montserrat, sans-serif;
    font-size: 15px;    
    /*width: 300px*/
    width: 100%;
}

#perk-login-password {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    /*width: 300px*/
    width: 100%;
}

#perk-management-login {
    background-color: #4DA6FF;
    color: white;
    width: 120px;
}

.perk-login-item {
    height: auto;
    width: 100%;
    padding: 5px;
}

#perk-login-buttons-container {
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 10px;
}

span.perk-login-separator {
    padding: 10px;
}

/* LANDSCAPE PHONES AND DOWN */
@media(max-width: 480px) {
    .perk-outer-container {
        display: flex;
        flex-direction: column;
        height: auto !important;
        width: 95%;
    }

    .perk-row {
        height: auto;
        width: 100%;
        display: flex;
    }
}