body {
    background-color: #3D3D3D;
    color: #FFFFFF;
    font-family: Montserrat,sans-serif;
}

.page-body {
    width: 634px;
    margin: 60px auto 0 auto;
    padding: 0;
}

.row {
    display: block;
    margin: 0;
}

.panel > h2 {
    text-align: center;
    padding-bottom: 50px;
    margin: 0;
    font-weight: bold;
    font-size: 37px;
    line-height: 45px;
    letter-spacing: 1px;
}

.logo-box {
    margin: 30px 0 0 68px;
}

.logo-box > img {
    width: 117px;
}

.form-control {
    height: 59px;
    padding: 0 0 0 30px;
    border: 2px solid #808080;
    border-radius: 30px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    background-color: #3D3D3D;
}

.form-control:focus {
    border: 2px solid #12203b;
    background-color: #3D3D3D;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #FFFFFF;
}

.form-control:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #3D3D3D inset !important;
	-webkit-text-fill-color: #FFFFFF !important;
	transition: none;
}

.form-control:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #3D3D3D inset !important;
    -webkit-text-fill-color: #FFFFFF !important;
}

.form-group {
    position: relative;
}

.form-group > label {
    position: absolute;
    top: -7px;
    display: block;
    margin: 0 0 0 30px;
    padding: 0 3px;
    background-color: #3D3D3D;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #7e7878;
    letter-spacing: .02em;
}

.form-group > label:first-letter {
	text-transform: uppercase;
}

.form-group > input:focus + label {
    color: #12203b;
}

.form-group .error {
    margin-left: 29px;
    color: #EA2121;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.06em;
}

.form-group > button {
    height: 57px;
    border-radius: 40px;
    padding: 0;
    background-color: #080c38;
    border: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
    margin-top: 20px !important;
}

.form-group > button:hover {
    background-color:#414788;
}

.form-group > button:active {
    position:relative;
    top:1px;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.form-group > a {
    display: flex;
    justify-content: center;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    margin-bottom: 25px;
}

.form-group > a:nth-child(3) {
    background-color: #484848;
    height: 57px;
    border-radius: 40px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 1px;
}

.language-dropdown {
    position: absolute;
    top: 30px;
    right: 68px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    letter-spacing: 0.02em;
}

select.select {
    background-color: #3D3D3D;
    color: #FFFFFF;
    outline: none;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

