﻿body {
    background-color: white;
}


.title-custom {
    margin-right: 30px;
    margin-top: -21px;
    position: absolute;
    right: 0;
}


.small-description {
    margin-top: 53px;
}

.phone .title-custom {
    position: inherit;
    margin-right: 0px;
    margin-top: 0px;
}

.phone .small-description {
    margin-top: 0px;
    margin-bottom: 10px;
}

.phone .small-description:before {
    border: 1px solid red;
}

.loginDescMargin {
    margin-top: 80px;
}

.lineHeight {
    line-height: 31px;
}
.phone .lineHeight {
    line-height: initial;
}

.phone .layout-login-remember > div > div > a {
    width: 100%;
    margin-left: 0px !important;
}