﻿.login-main {
    width: 200px;
    margin: auto;
    background: none repeat scroll 0 0 #dbdcdc;
    border: 1px solid #cdcece;
    color: #333;
    padding: 12px 30px 55px;
    width: 450px;
    margin: 28px auto;
    border-radius: 8px;
}

    .login-main div {
        margin-top: 10px;
    }

label {
    font-weight: bold;
    font-size: 20px;
}


.remember-me input[type=checkbox] {
    margin: 0px;
}

.remember-me label {
    position: relative;
    top: -8px;
}

.progRole-main > div:first-child {
    margin-bottom: 20px;
}

.progRole-main .program-roles div {
    display: inline;
    margin-right: 10px;
}

.progRole-main label {
   font-weight: normal;
    font-size: 12px;
    font-family: arial;
}

.login-main {
    font-family: Arial, Helvetica, sans-serif;
}

    .login-main label {
        font-weight: normal;
    }

.loginarea {
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0.05em;
    font-family: Arial, Helvetica, sans-serif;
    color: #4e616d;
    width: 507px;
    margin: 12px auto 0;
}

.log-info {
    color: #1a1a1a;
    font-size: 25px;
    font-weight: normal;
    line-height: 1.3em;
    margin-top: 5px;
    display: inline-block;
    margin-bottom: 15px;
}

.log-int {
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #2C3E50;
    font-family: arial;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 5px;
    width: 400px;
}

.rem-me {
    font-size: 12px;
    color: #1A1A1A;
    display: inline-block;
    padding-top: 8px;
}

.for-ck {
    vertical-align: top;
}

.for-pass {
    color: #248d8b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.3em;
    text-decoration: none;
}

    .for-pass:hover {
        color: #197674;
        text-decoration: underline;
    }

.buttons input[type='submit'] {
    border: 1px solid #D15E22;
    color: #FFF;
    background-color:#D15E22;
    background: transparent linear-gradient(#EC7436, #D15E22) repeat scroll 0% 0%;
    border-radius: 0.3em;
    cursor: pointer;
    display: inline-block;
    font-family: "Segoe UI", Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 14px;
    min-width: 42px;
    outline: 0 none;
    overflow: visible;
    padding: 11px 43px 15px;
    text-shadow: 0 1px 0 #FFFFFF;
}

    .buttons input[type='submit']:hover {
        background: -moz-linear-gradient(center top, #c04e14, #c04e14) repeat scroll 0 0 rgba(0, 0, 0, 0);
        border: 1px solid #d15e22;
        color: #ffffff;
        text-decoration: none;
        background: -webkit-linear-gradient(#c04e14, #c04e14);
        background: linear-gradient(#c04e14, #c04e14);
    }

.buttons .log-reset {
    color: #248d8b;
    display: inline-block;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 10px;
    font-weight: bold;
    text-decoration: none;
}

    .buttons .log-reset:hover {
        text-decoration: underline;
            background: none;
    }

.sec-form {
    padding: 0 20px 0 20px;
    margin-bottom: 105px;
    font-family: arial;
    color: rgb(85, 85, 85);
}

h2.page-title {
   color: #59bdbe;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight:bold;
}

.sec-form .program-roles {
    padding-left: 30px;
    margin-top: 35px;
}

.sec-form #ProgramID, .sec-form #RoleList {
    padding: 5px;
    font-size: 0.9em;
    font-family: "Open Sans",sans-serif;
    line-height:25px;
}
input[type="submit"]{
     background-color:#68C8C6;
}
.green {
    border: 1px solid #3EA09E!important;
    color: #FFF;
    background-color:#68C8C6;
    background: transparent linear-gradient(#4FBDBB, #68C8C6) repeat scroll 0% 0%;
}
.button {
    border-radius: 0.3em;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    display: inline-block;
    font: 12px/100% Arial,Helvetica,sans-serif;
    margin: 0px 1px;
    outline: medium none;
    padding: 0.6em 1.2em 0.55em;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .program-roles > div{
        width: 100%;
    float: left;
    margin-bottom: 10px;
    }
    .program-roles > div label{
        display:block;

    }
}