body {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.task-login {
    background: rgb(31, 41, 45);
}

#logo {
    margin-bottom: 30px;
}

.fa {
    /*color: #fff;*/
}

input::placeholder {
    font-size: 18px;
    padding-left: 10px;
    color: rgb(119, 148, 158);
}

.icon_case {
    height: 40px;
    width: 50px;
    /*background: rgb(52, 69, 74);*/
    display: flex;
    justify-content: center;
    align-items: center;
}

#tag {
    text-align: center;
    color: rgb(119, 148, 158);
    margin-top: 10px;
}

.casing {
    border: none;
    border: 1px solid rgb(119, 148, 158);
    border-radius: 5px;
    width: 320px;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    margin-bottom: 10px;
}

.casing input {
    height: 40px;
    width: 100%;
    border-left: 1px solid rgb(119, 148, 158);
    border: none;
    background: none;
    outline-color: rgb(6, 169, 213) !important;
}

#layout-content {
    margin-top: -120px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#loginButton {
    border: none;
    background: rgb(0, 104, 162);
    border: 1px solid rgb(119, 148, 158);
    height: 45px;
    color: rgb(225, 235, 223);
    font-size: 1.2em;
    width: 323px;
    border-radius: 5px;
}