body {
    background: linear-gradient(45deg, rgba(99, 183, 245, 0.8) 0%, rgba(66, 245, 189, 0.4) 100%);
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
}

.main-wrapper {
    position: relative;
    height: 100%;
}

.form {
    z-index: 15;
    position: relative;
    background: #FFFFFF;
    width: 500px;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    margin: 100px auto 10px;
    overflow: hidden;
    padding-bottom: 0px
}

.form-group {
    display: flex;
    flex-wrap: wrap;
    margin: 20px 0 20px;
}

.form-group input {
        outline: none;
    display: block;
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    border: 0;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 21px 20px;
    color: rgba(0, 0, 0, 0.6);
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    transition: 0.3s ease;
}

.form-group input:focus {
    color: rgba(0, 0, 0, 0.8);
}

.form-group button {
    outline: none;
    background: #8bb2f3;
    width: 100%;
    border: 0;
    border-radius: 4px;
    padding: 10px 20px;
    color: #FFFFFF;
    font-family: inherit;
    font-size: inherit;
    font-weight: 500;
    line-height: inherit;
    /*cursor: pointer;*/
    text-transform: none;
    font-weight: bold;
}

.form-group .form-remember {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    float: left
}

.form-group .form-recovery {
    color: #4285F4;
    font-size: 12px;
    text-decoration: none;
    margin-left: 148px;
}

.form-panel {
    padding: 20px calc(5% + 30px) 50px 50px;
    box-sizing: border-box;
}

.form-create-new a {
    color: #4285F4;
    text-decoration: none;
    display: inherit;
    padding-left: 100px;
    margin: 15px 0 0 0;
}

.form-header {
    margin: 0 0 40px;
}

.form-header h1 {
    font-size: 28px;
    font-weight: 700;
    text-align: center
}

.btn-submit{
    text-transform: initial;
    font-weight: bold;
    background: #4285F4;
    color: #fff;
}
.btn-submit:hover{
    background: #4285F4;
    color: #fff;
    text-transform: initial;
    font-weight: bold;
}

#btn-login{
    margin-bottom: 17px;
    text-transform: none;
    font-size: 20px;
    width: -webkit-fill-available;
}

.img-loading {
    position: absolute;
    width: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /* z-index: 10; */
}

.op_03 {
    opacity: 0.3;
}

.timeDown {
    position: absolute;
    float: right;
    right: 12px;
    top: 0px;
    color: red;
    font-weight: bold;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
}

.form form {
    position: relative;
}

.phone-dsp {
    position: relative;
    top: -5px;
    text-align: right;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0;
}

@media (max-width: 992px){
    .form {
        width: 100%;
        box-shadow: none;
    }
}
