body {
    background-color: #ffffff;
    overflow-y: auto;
}
#main {
    width: 100%;
}
#center-block {
    width: 760px;
    height: 509px;
    margin: 80px auto 80px auto;
    box-shadow: 1px 5px 7px 0px rgba(0, 0, 0, 0.5);
}
#green-line {
    width: 100%;
    height: 4px;
    background-color: #009944;
    position: relative;
}
#left-block {
    width: 380px;
    height: 100%;
    background: #f4f4f4 url("../img/bg_triangles.png") no-repeat;
    background-size: cover;
    float: left;
    box-shadow: 2px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
#title-block,
#sub-title-block,
.log-in-block,
#right-title-block,
#right-sub-title-block {
    font-family: "Roboto-Light", sans-serif;
    font-weight: 300;
    text-align: left;
    position: relative;
}

.error-block,
.forgot-password,
.back-to-login,
#userTitle,
#username,
#emailTitle,
#email,
#passTitle,
#password {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    position: relative;
}
#title-block {
    width: 290px;
    height: 15px;
    font-size: 18px;
    color: #6b6b6b;
    top: 141px;
    left: 45px;
    margin-bottom: 37px;
}
#sub-title-block {
    width: 256px;
    height: 56px;
    font-size: 18px;
    color: #6b6b6b;
    top: 166px;
    left: 45px;
}
#logo-block {
    background: url("../img/firco_logo_transparent.png") no-repeat;
    background-size: cover;
    width: 176px;
    height: 67px;
    position: relative;
    top: 265px;
    left: 98px;
}
#right-block {
    width: 380px;
    height: 100%;
    background-color: #f4f4f4;
    float: right;
    box-shadow: -1px 0px 3px 0px rgba(0, 0, 0, 0.5);
}
.log-in-block {
    width: 220px;
    height: 21px;
    font-size: 18px;
    color: #6b6b6b;
    top: 147px;
    left: 66px;
}
.error-block {
    width: 331px;
    height: 14px;
    text-align: right;
    color: #ee0500;
    top: 156px;
    left: 10px;
}
#userTitle {
    width: 61px;
    height: 16px;
    font-weight: 500;
    text-align: right;
    color: #6b6b6b;
    top: 168px;
    left: 60px;
}

#emailTitle {
    width: 61px;
    height: 16px;
    font-weight: 500;
    text-align: right;
    color: #6b6b6b;
    top: 168px;
    left: 60px;
}
#username {
    width: 180px;
    height: 28px;
    border-radius: 2px;
    top: 145px;
    left: 128px;
}

#email {
    width: 180px;
    height: 28px;
    border-radius: 2px;
    top: 145px;
    left: 128px;
}

.forgot-password {
    width: 180px;
    top: 145px;
    left: 215px;
    color: #337ab7;
    cursor: pointer;
    text-decoration: none;
}

#login-error > p {
    padding-right: 32px;
}

.back-to-login {
    width: 180px;
    top: 149px;
    left: 235px;
    color: #337ab7;
    cursor: pointer;
    text-decoration: none;
}
#passTitle {
    width: 61px;
    height: 16px;
    font-weight: 500;
    text-align: right;
    color: #6b6b6b;
    top: 162px;
    left: 60px;
}
#password {
    width: 180px;
    height: 28px;
    border-radius: 2px;
    top: 139px;
    left: 128px;
}
#loginButton {
    width: 109px;
    height: 32px;
    position: relative;
    top: 175px;
    left: 128px;
}

#sendPasswordButton {
    width: 160px;
    height: 32px;
    position: relative;
    top: 175px;
    left: 128px;
}
button {
    min-width: 88px;
    min-height: 32px;
    max-height: 32px;
    box-sizing: border-box;
    color: white !important;
    font-size: 14px !important;
    line-height: 26px !important;
    padding: 0px 16px 0px 16px;
    border: none;
    outline-style: none;
    box-shadow: none;
    text-transform: uppercase !important;
    border-radius: 2px !important;
    background-color: #009944 !important;
}
.login-btn:hover {
    background-color: #00b350 !important;
}
.login-btn:focus {
    background-color: #009944 !important;
    border: 2px solid #00662e;
    padding: 0px 14.25px 0px 14.25px;
}
.login-btn:active {
    border: none;
    padding: 0px 16px 0px 16px;
    background-color: #008039 !important;
}
.login-btn:disabled {
    border: none;
    padding: 0px 16px 0px 16px;
    background-color: #b3e1c8 !important;
}
.button-loading-container {
    width: 100%;
    height: 26px;
    margin-top: -26px !important;
    left: 0px;
    text-align: center;
    font-size: 0;
    box-sizing: content-box;
    padding-top: 0px;
    padding-bottom: 0px;
}
.button-loading-spinner {
    margin: auto !important;
    font-size: 8px;
    position: relative;
    transform: translateZ(0);
    animation: load8 1.1s infinite linear;
    border-radius: 50%;
    width: 20px !important;
    height: 20px !important;
    box-sizing: content-box;
    cursor: default;
    border: 3px solid #008039;
    border-top: 3px solid transparent;
}
@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
#goBackForm {
    width: 250px;
    height: 135px;
    position: relative;
    top: 160px;
    left: 66px;
}
#copyright {
    text-align: center;
    color: grey;
    margin-bottom: 22px;
}
#right-title-block {
    width: 290px;
    height: 39px;
    font-size: 25px;
    color: #6b6b6b;
    top: -130px;
    left: 45px;
    display: none;
}
#right-sub-title-block {
    width: 300px;
    height: 56px;
    font-size: 20px;
    color: #6b6b6b;
    top: -130px;
    left: 45px;
    display: none;
}
#right-logo-block {
    background: url("../img/firco_logo_transparent.png") no-repeat;
    background-size: cover;
    width: 176px;
    height: 67px;
    position: relative;
    top: 130px;
    left: 98px;
    display: none;
}

.soc-login__copyright {
    width: 100%;
    margin-top: 80px;
    color: #747373 !important;
    font-weight: bold;
    display: flex;
    text-align: center;
    font-size: 14px;
    color: #808080;
    justify-content: center;
}

#main .copyright {
    padding-right: 5px;
}
#main .copyright a {
    color: #747373 !important;
    font-weight: bold;
    text-decoration: none;
}

#main .copyright a:hover {
    text-decoration: underline !important;
    color: #0056b3 !important;
}

#main .firmName {
    padding-right: 5px;
}

#main .mainLogo {
    padding-bottom: 40px;
    padding-top: 80px;
    position: relative;
    top: 140px;
    left: 45px;
}

#main .mainLogo img {
    margin-right: auto;
    width: 240px;
    display: block;
}

#main .termsAndCondition {
    padding-right: 5px;
}
#main .termsAndCondition a {
    color: #747373 !important;
    font-weight: bold;
    text-decoration: none;
}

#main .termsAndCondition a:hover {
    text-decoration: underline !important;
    color: #0056b3 !important;
}

#main .privacyPolicy {
    padding-right: 10px;
}
#main .privacyPolicy a {
    color: #747373 !important;
    font-weight: bold;
    text-decoration: none;
}

#main .privacyPolicy a:hover {
    text-decoration: underline !important;
    color: #0056b3 !important;
}

#main #footerLogo {
    width: 90px;
    height: 32px;
}

@media screen and (max-width: 800px) {
    #center-block {
        width: 380px;
    }
    #left-block {
        display: none;
    }
    #right-block {
        box-shadow: none;
    }
    #right-title-block,
    #right-sub-title-block,
    #right-logo-block {
        display: block;
    }
}
