* {
    margin: 0;
    font-size: 100%;
}

/* Remove outline on the forms and links */
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}

.login_body {
    margin: 0;
    padding: 0;
    background-color: #1c2842;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
    
    color: #fff;
}

.login_body img {
    margin-bottom: 140px;
}

.login_body .buttons {
    position: relative;
    width: 850px;
    height: 90px;
    margin-bottom: 90px;
}

.login_body .buttons .login {
    background-color: rgb(0, 173, 222);
    width: 450px;
    height: 90px;
    border: none;
    border-radius: 45px;
    z-index: 2;
    position: absolute;
    left: 0;
    color: #fff;
    font-family: 'Lato-Semibold';
    font-size: 31px;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_body .buttons .photo {
    background-color: transparent;
  width: 500px;
  height: 90px;
    border: 3px solid #304166;
    border-radius: 45px;
    z-index: 1;
    position: absolute;
    right: 0;
    color: #fff;
    font-family: 'Lato-Semibold';
    font-size: 31px;
    padding-left: 75px;
    display: block;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}


/* Шрифты */

@font-face {
    font-family: 'Lato-Regular';
    src: url('../fonts/Lato/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Regular.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Semibold';
    src: url('../fonts/Lato/Lato-Semibold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Semibold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Semibold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Semibold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Semibold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Medium';
    src: url('../fonts/Lato/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Medium.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Bold';
    src: url('../fonts/Lato/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Bold.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'Lato-Heavy';
    src: url('../fonts/Lato/Lato-Heavy.eot'); /* IE9 Compat Modes */
    src: url('../fonts/Lato/Lato-Heavy.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/Lato/Lato-Heavy.woff2') format('woff2'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Heavy.woff') format('woff'), /* Modern Browsers */
         url('../fonts/Lato/Lato-Heavy.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}