﻿/*#region Login*/
.login-white-box {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #888888;
    padding: 40px;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    text-align: center;
}

.login-form-field {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 345px;
}

.login-prepend-icon {
    display: inline-block;
    width: 35px;
    height: 32px;
    background-color: #f2f2f2;
    border: 1px solid #CCCCCC;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    margin-right: -1px;
    vertical-align: top;
}

.login-icon {
    padding: 7px;
}

.login-field {
    width: 300px;
    height: 32px;
    background-color: #ffffff;
    color: #464646;
    border: 1px solid #CCCCCC;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    font-family: "myriad-pro", "Helvetica Neue", Helvetica, Verdana, sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    padding-left: 6px;
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

    .login-field:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

.login-link {
    display: inline-block;
    width: 120px;
}

.login-link-vertical-divider {
    padding: 0 2px 0 2px;
}
/*#endregion*/

/*#region Forgot Password*/
.password-white-box {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #888888;
    padding: 40px;
    padding-top: 24px;
    width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    text-align: center;
}

.password-cross {
    position: relative;
    left: 265px;
    top: -10px;
    z-index: 9999;
}
/*#endregion*/

/*#region Watch Video*/
.video-white-box {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #888888;
    padding: 40px;
    padding-top: 24px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    text-align: center;
}

.video-cross {
    position: relative;
    left: 365px;
    top: -10px;
    z-index: 9999;
}
/*#endregion*/

/*#region Common*/
.common-body {
    width:auto;
    background-image: url(../images/NewDesign2015/Oasys-login-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: cover;
    min-width: 1000px;
}
.common-body-contain {
    width:auto;
    background-image: url(../images/NewDesign2015/Oasys-login-bg.jpg);
    background-repeat: repeat-y;
    background-position: center top;
    background-size: contain;
}

.common-white-box1 {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #888888;
    padding: 40px;
    padding-top: 24px;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    text-align: center;
}

.common-white-box2 {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    box-shadow: 5px 5px 15px #888888;
    padding: 40px;
    padding-top: 24px;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 70px;
    text-align: center;
}

.common-cross1 {
    position: relative;
    left: 340px;
    top: -10px;
    z-index: 9999;
}

.common-cross2 {
    position: relative;
    left: 510px;
    top: -10px;
    z-index: 9999;
}

.common-heading {
    font-size: 60px;
    font-weight: 300;
    line-height: 68px;
    margin-bottom: 25px;
}

.common-footer-divider {
    border-bottom: 1px #CCCCCC solid;
    width: 510px;
    margin-left: auto;
    margin-right: auto;
}

/*#endregion*/
