﻿.loginscreen {
    width: 360px !important;
    padding-top: 10px!important;
}
.loginscreen .form-group {
   position: relative;
}
.loginscreen .form-group .forgot-password {
    position: absolute;
    z-index: 5;
    right: .5em;
    top: 1em;
    color: #A6A6A6;
}
.loginscreen  a {
        color: #03a9f4;
}

.horizontal-line {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-bottom: 25px;
}
.logo-name {
    color: rgba(101, 101, 101, 0.93);
    font-weight: 700;
    letter-spacing: -3px;
    margin-bottom: 25px;
    font-size: 40px !important;
}

.loginscreen h2 {
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 25px;
    line-height: inherit;
    color: grey;
}