@charset "utf-8";
@import '../../../assetsv/css/fonts.css?t=5';
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.logind {
    margin: 0 auto;
    width: 450px;
    text-align: center;
    margin-top: 50px
}

body {
    background: #181818 url(/assets/img/login/ben/background.jpg?r=4);
    background-attachment: fixed;
}

::selection {
    background: rgba(26, 188, 156, .3);
}

.container {
    max-width: 500px;
    padding: 0 20px;
    margin: 0 auto;
    width: 450px;
    margin-top: -40px
}

.wrapper {
    width: 100%;
    background: #373c4499;
    border-radius: 10px;
}

.wrapper .title {
    height: 90px;
    border-radius: 5px 5px 0 0;
    color: #d0d0d0;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: SCDream6;
}

.wrapper form {
    padding: 30px 60px 50px
}

.wrapper form .row {
    height: 45px;
    margin-bottom: 25px;
    position: relative;
    text-align: center
}

.wrapper form .row input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 60px;
    border: 1px solid #e6e7e7;
    font-size: 16px;
    transition: all .3s ease;
    background: #e6e7e7;
    color: #000;
    font-family: auto;
}

form .row input:focus {
    border-color: #1670a0;
    box-shadow: inset 0 0 2px 2px rgba(26, 188, 156, .25)
}

form .row input::placeholder {
    color: #999
}

.wrapper form .row i {
    position: absolute;
    width: 47px;
    height: 100%;
    color: #fff;
    font-size: 18px;
    background: #414242;
    border: 1px solid #504f4f;
    display: flex;
    align-items: center;
    justify-content: center
}

.wrapper form .pass a:hover {
    text-decoration: underline
}

.wrapper form .button input {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    padding-left: 0;
    background: #454545;
    border: 1px solid #535151;
    cursor: pointer;
    width: 90%;
    text-align: center
}

form .button input:hover {
    background: #076bb9
}

.wrapper form .signup-link {
    text-align: center;
    margin-top: 20px;
    font-size: 15px;
    color: aliceblue;
    font-family: SCDream4;
}

.wrapper form .signup-link a {
    color: #4993ff;
    text-decoration: none
}

form .signup-link a:hover {
    text-decoration: underline
}

.loginc {
    margin: 0 auto;
    width: 450px;
    margin-top: 15px
}

.squer:hover {
    color: #fff
}

.squer {
    background: #656565;
    width: 60%;
    height: 50px;
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    margin-top: -10px;
    text-align: center;
    font-family: SCDream4;
    line-height: 50px;
    box-shadow: 0 4px 10px 1px rgb(0 0 0/43%);
    color: #faebd7
}