/** CSS for new login page to ITyLearning **/

@font-face {
    font-family: 'DINPro-Bold';
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Bold.woff') format('woff'), url('../fonts/DINPro-Bold.ttf')  format('truetype'),
    url('../fonts/DINPro-Bold.svg#DINPro-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro-Light';
    src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINPro-Light.woff') format('woff'),
    url('../fonts/DINPro-Light.ttf')  format('truetype'), url('../fonts/DINPro-Light.svg#DINPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINPro-Regular';
    src: url('../fonts/DINPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Regular.woff') format('woff'), url('../fonts/DINPro-Regular.ttf')  format('truetype'),
    url('../fonts/DINPro-Regular.svg#DINPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro-Medium';
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/DINPro-Medium.woff') format('woff'), url('../fonts/DINPro-Medium.ttf')  format('truetype'),
    url('../fonts/DINPro-Medium.svg#DINPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    background-image: url("../images/its_background.jpg");
    font-family: "DINPro-Regular";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    color: #666666;
    height: 100%;
    width: 100%;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    overflow: hidden;
    display: block;
}

.valign-wrapper .valign {
    padding: 130.994px 235.273px;
    transform: translateY(-80.5%);
    display: block;
}

.login-container {
     height: 100%;
     margin: 0 auto;
     width: 600px;
 }

.login-container .login {
    background: #FFFFFF;
    box-sizing: border-box;
    width: 366px;
    padding: 40px;
    border-radius: 3px;
}

.logo {
    margin-top: 50vh;
    transform: translateY(-50%);
    border: 0;
}

.forget-password {
    margin-bottom: 20px;
    text-align: right;
    cursor: pointer;
    color: #5B5B5B;
}

.button {
    width: 286px;
    height: 30px;
    background-color: #5B5B5B;
    color: #FFFFFF;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    cursor: pointer;
    border: none;
    padding-top: 9px;
}

.button-footer {
    width: 286px;
    height: 3px;
    background: #3D3D3D;
    margin-bottom: 0px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.input-name{
    margin-bottom: 20px;
    width: 286px;
    height: 30px;
}

.input-pass{
    margin-bottom: 7px;
    width: 286px;
    height: 30px;
}

.login-container input[type="text"] {
    box-shadow: none;
    padding: 0 !important;
    border: none;
    border-bottom: solid 1px #5B5B5B;
    transition: border 0.3s;
    background-image: url("../images/xs-id.png");
    background-repeat: no-repeat;
    background-position: right;
}

.login-container input[type="password"] {
    box-shadow: none;
    padding: 0 !important;
    border: none;
    border-bottom: solid 1px #5B5B5B;
    transition: border 0.3s;
    background-image: url("../images/xs-key.png");
    background-repeat: no-repeat;
    background-position: right;
}

.login-container .text {
    text-align: center;
    margin-bottom: 20px;
    margin-left: 45px;
    width: 270px;
}

.forget-password-link {
    color: #5B5B5B;
    text-decoration: none;
}

