﻿.login-form {
    width: 400px;
    margin: 35px auto;
    font-family: sans-serif;
    background-color: #ffffff;
    padding: 20px 50px 30px;
    border-radius: 12px;
    border-bottom: 2px solid #eee;
    border-right: 1px solid #eee;
}

.login-form-row {
    margin: 15px 0;
}

.login-form h1 {
    margin: 20px 0 20px 0;
    font-size: 32px;
    color: #6403B4;
    font-weight: 600;
    font-family: Poppins, Helvetica, sans-serif;
    text-align: center;
}

.login-form h3 {
    margin: 20px 0 20px 0;
    font-size: 28px;
    color: #6403B4;
    font-weight: 500;
    font-family: Poppins, Helvetica, sans-serif;
    text-align: center;
    padding-bottom: 10px;
}

.login-form-row label {
    margin-bottom: 8px;
    display: inline-block;
    font-size: 14px;
    color: #777;
}

.login-form-row input[type=text], 
.login-form-row input[type=password] {
    /*border: 1px solid #ddd;*/
    font-size: 14px;
    background-color: #eef3f7;
    transition: color .2s ease,background-color .2s ease;
    display: block;
    width: 100%;
    padding: .75rem 1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181c32;
    background-clip: padding-box;
    border: 1px solid #e4e6ef;
    appearance: none;
    border-radius: .475rem;
    margin-bottom: 18px;
}

.login-form button {
    background-color: #2ecc71!important;
    color: white;
    display: block;
    text-align: center;
    border: 0;
    padding: 12px;
    width: 100%;
    font-size: 15px;
    border-radius: 4px;
    margin-bottom: 35px;
}

body {
    background: url(bg-6.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.checkbox {
    width: 67%;
}

html, body {
    height: 100%;
}

html {
    display: table;
    margin: auto;
}

body {
    display: table-cell;
    vertical-align: middle;
}