/**login page style**/

.crm-loginpage h2{
    font-size: 40px;
    text-transform: uppercase;
    color: #4e4e4e;
    font-weight: 700;
}
.crm-loginpage{
    font-family: 'Roboto', sans-serif;
}
.crm-loginpage{
    background: url(img/crm-loginpage.jpg) no-repeat center;
    background-size: cover;
    min-height: 100%;
    width: 100%;
}

.login-panel-right, .login-panel-left{
    padding: 30px;
}
.login-panel-right{
    background: #fff;
}
.login-panel {
    margin-top: 20%;
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 0 15px 3px #333;
}
.login-panel-right input {
    width: 100%;
    padding: 10px;
    border-radius: 0;
}
.login-panel-right input[type="submit"] {
    background: #1b98e0;
    color: #fff;
    font-size: 18px;
    transition: 200ms ease;
}
.login-panel-right input[type="submit"]:hover {
    background: #1a88c7;
}
.right-inner {
    padding: 30px 45px;
}
.centering img{
    margin: 10px auto 50px;
}
.social i.fa-youtube-play{
    color: #fff;
    background: #ca3939 ;
}
.social i.fa-facebook{
    color: #fff;
    background: #4e71a8;
}
.social i{
    border-radius: 50%;
    font-size: 15px;
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    float: left;
    text-align: center;
    padding: 5px 0;
    margin-right: 10px;
    transition: 200ms ease;
}
.social a:hover i{
    margin-right: 5px;
}
.social a{
    font-size: 18px;
    color: #333;
    display: block;
    transition: 200ms ease;
}
.social a:hover{
    text-decoration: none;
}
/** Login page end **/
