
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 23/03/2017, 14:45:37
    Author     : RBP
*/

body
{
    z-index:-1;
    width:100%;
    background: #f1f1f1 ;
    position: absolute;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;

    color: rgba(0,0,0,.87);
    direction: ltr;
    font-family: 'Roboto Light',sans-serif;
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 450px){
    .login-box{
        position: relative;
        /*background-color: #fff;*/
        margin: 0 auto;
        width: 435px;
        height: 500px;
        margin-top: 5%;
    }
}

@media (max-width:767px){
    .login-box{
    position: absolute;
        text-align: left;
        /*background-color: #fff;*/
        width: 100%;
        height: 100%;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.login-box{
    display: block;
    text-align: left;
    /*padding: 48px 40px 36px;*/
}

.login-box span{
    color: #0F4773;
    cursor: pointer;
    float: left;
    line-height: 36px;
    margin-top: -6px;
    padding: 6px 0;
    position: relative;
    margin-top: 25px;
    font-weight: 500;
}

.login-box span:before{
    background: rgba(66,133,244,.26);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    bottom: 6px;
    content: '';
    left: -16px;
    opacity: 0;
    position: absolute;
    right: -16px;
    top: 6px;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    z-index: -1;
}

.login-box-msg{
    text-align: left;
    padding: 0;
    padding-top: 150px;
    font-family: 'Roboto',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    direction: ltr;
}

.btn-login{
    margin-top: 25px;
    display: inline-block;
    float: right;
    background: #176AAC;
    color: #fff;
    min-width: 88px;
    height: 40px;
    border: 0;
    /*border-radius: 3px;*/
    text-align: center;
    font-weight: 500;
    border-radius: 5px;
}
