@import url("layout.css");

html,
body {
    height: 100%;
    width: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-size: 16px;
    background-color: #F7F7F7;
    color: #636363;
}

form

input, select, select > option, span, p, button {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

.form-element {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    height: 36px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #DBDBDB;
    outline: none;
}

.btn {
    margin-top: 15px;
    width: 140px;
    height: 36px;
    padding: 0 16px;
    border: none;
    border-radius: 2px;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    outline: none;
    cursor: pointer;
}

.btn-primary {
    background-color: #0051C0;
}

#panel-main {
    display: flex;
    justify-content: center;
}

#panel-left {
    width: 600px;
}

#panel-left-inner {
    padding: 150px 70px 70px 70px;
}

#panel-right {
    position: relative;
    width: 100%;
}

#panel-right > img {
    width: 100%;
    height: 100vh;
}

#container-logo {
    width: 100%;
    height: 70px;
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 #DBDBDB;
    display: grid;
    vertical-align: middle;
}

#logo {
    padding: 16px 16px 16px 70px;
    width: 235px;
}

#text-login {
    font-size: 30px;
    margin-bottom: 50px;
    font-weight: 100;
}

#text-error {
    color: #D82D24;
    margin-bottom: 20px;
}

#text-background {
    font-size: 50px;
    color: #FFFFFF;
    white-space: nowrap;
}

#container-text-background {
    position: absolute;
    margin: auto;
    top: 0;
    left:0;
    right:0;
    bottom:0;
    width: 495px;
    height: 100px;
}

#forgot-password {
    text-decoration: none;
    font-weight: 400;
    color: #0051C0;
}

.margin-top-25 {
    margin-top: 25px;
}
