﻿html, body, form {
    width: 100%;
    height: 100%;
}

.Back {
    background: #F2F2F2;
    background: -webkit-linear-gradient(#187d85 60%, #000613);
    background: -moz-linear-gradient(#187d85 60%, #000613);
    background: -o-linear-gradient(#187d85 60%, #000613);
    background: linear-gradient(#187d85 60%, #000613);
    font-family: "Roboto", sans-serif;

    font-family: "Roboto", sans-serif;
}
.final-form{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 300px;
    background-color: #D9B504;
    z-index: -1;
}

.Wrapper {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.Title {
    font-weight: bold;
    color: #353133;
    text-align: center;
    font-size: 35px;
}

.SingInForm {
    width: 680px;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 0 !important;
    margin: 120px auto;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

img {
    max-width: 100%;
    height: auto; 
    min-height: 330px !important;
    border-radius: 0px 10px 10px 0px;
}

figure {
    margin: 0; 
}

.Login-Form{
    padding: 45px !important;
}

.Login-Image{
    margin: 0 !important;
    padding: 0 !important;
}

.btn-primary{
    background-color: #396675 !important;
    border: none !important;
}
.btn-info{
    background-color: #08464e !important;
    border: none !important;
}

.btn-primary:hover{
    background-color: #396675 !important;
    border: none !important;
}
.btn-info:hover{
    background-color: #08464e !important;
    border: none !important;
}
