
body {
    display: flex;
    display: -webkit-flex;
    min-height: 100vh;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url("../image/bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0 auto;
    padding: 0;
}

.container {
    background: #fff;
    box-shadow: -1px -10px 24px 5px rgba(74, 74, 74, 0.11);
    box-sizing: border-box;
    display: flex;
    border-radius: 8px;
    width: auto;
}

.container .col {
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 36px;
}

.login-icon {
    position: absolute;
    top: 0;
    left: 0;
}


.main-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 70px;
}

.form-control {
    border: none;
}

.form-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 360px;
    border-bottom: 1px solid #EBEBEB;
    border-radius: 2px;
    height: 40px;
    margin-bottom: 30px;
    position: relative;
}

.form-group input {
    height: 100%;
    width: 100%;
    padding: 0 16px;
    box-shadow: none;
}

.btn-primary {
    height: 42px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 50px 0 20px;
}

.btn-warning {
    height: 42px;
    border: 0;
    border-radius: 5px;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 50px 0 20px;
}

.form-btn {
    display: flex;
    justify-content: space-between;
    /*width: 75%;*/
    margin-top: 20px;
}

.form-btn-color {
    cursor: pointer;
    color: #436BFF;
    font-size: 14px;
}

a, a:hover {
    color: #2878f0!important;
}

#img_code {
    position: absolute;
    right: 5px;
}
