/*
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 : 20/02/2018, 1:22:49 PM
    Author     : Daniel
*/

.page-signin-header {
    box-shadow: 0 2px 2px rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.05);
}
.page-signin-header .btn {
    position: absolute;
    top: 12px;
    right: 15px;
}
html[dir="rtl"] .page-signin-header .btn {
    right: auto;
    left: 15px;
}
.page-signin-container {
    width: auto;
    margin: 30px 10px;
}
.page-signin-container form {
    border: 0;
    box-shadow: 0 2px 2px rgba(0,0,0,.05), 0 1px 0 rgba(0,0,0,.05);
}
@media (min-width: 544px) {
    .page-signin-container {
        width: 350px;
        margin: 30px auto;
    }
}
.page-signin-social-btn {
    width: 40px;
    padding: 0;
    line-height: 40px;
    text-align: center;
    border: none !important;
}
#page-signin-forgot-form { display: none; }