﻿html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*    background-color: #ededed;
    background-image: linear-gradient(to right, #d5d5d5, #ededed);*/
    background-color: white;
}

.form-container {
    /*    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;*/
}

.form-signin {
    width: 100%;
    width: 350px;
    padding: 30px;
    margin: auto;
    border: solid 1px #ededed;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="email"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.icon-circle {
    display: inline-block;
    border-radius: 50%;
    background-color: #fff273;
    padding: 0.3em 0.4em;
    color: #1c1f23;
}

.right-block {
    display: block;
    background-color: #fff273;
    height: 100px;
    width: 100px;
}

.block {
    display: block;
    background-color: #fff273;
    height: 6em;
    width: 100%;
    padding: 0;
}

.sub-block {
    display: block;
    background-color: #fff273;
    height: 4.5em;
    width: 100%;
}

.form-login {
    width: 400px;
    min-height: 420px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: space-between;
}
