@import url(https://fonts.googleapis.com/css?family=Raleway:300,400,600);


body{
    margin: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.6;
    color: #212529;
    text-align: left;
    background-color: #f5f8fa;
}

.navbar-laravel
{
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
}

.navbar-brand , .nav-link, .my-form, .login-form
{
    font-family: Raleway, sans-serif;
}

.my-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.my-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.login-form
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.login-form .row
{
    margin-left: 0;
    margin-right: 0;
}

.log-avatar{
    border-radius:24px;
    max-height:24px;
    max-width:24px;
}

.log-main{
    padding-top:10px;
    padding-bottom:10px;
    font-size:13px;
}

.log-sub{
    color:#666666;
    font-size:12px;
}

.card-header-right-link{
    color:#666666;
    text-align:right;
    float:right;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #f5f5f5;
}

.footer-container {
    width: auto;
    max-width: 680px;
    padding: 0 15px;
}

@font-face {
    font-family: roboto-bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

.logo{
    font-size: 22px;
    font-family: roboto-bold, serif;
    color: #5b6feb;
}

.wrapper {
    float: left;
}

.main-form-text{
    font-size:24px;
    color:#575757;
    font-weight:bold;
}

#edittoken-preloader{
    display: flex;
    justify-content: center;
    align-items: center;
}