﻿body {
    background: url("bg-login-B.jpg") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box-login {
    width: 100%;
    max-width: 480px;
    height: 590px;
    background-color: #fff;
    border-radius: 22px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 12px 12px 0px rgba(0,0,0,0.25);
    overflow: auto;
}

.logo {
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    width: 220px;
    margin-top: 32px;
    margin-bottom: 32px;
}

.input360 {
    width: 85%;
    margin: auto;
    padding: 16px 12px 16px 42px;
    background-color: #F1F1F1;
    border: none;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 18%);
    left: 0;
    right: 0;
    display: block;
}

.boton-AT {
    background: #FFA300;
    width: 180px;
    padding: 16px;
    border-radius: 36px;
    color: #fff;
    font-weight: 600;
    border: none;
   
}

.boton-AT:active, .boton-AT:focus {
    outline: none;
    border: none;
}

.boton-AT:hover {
    background: #e59100;
}



.box-form {
    padding: 0 15%;
    margin: 16px 0;
}

.icon-login {
    width: 26px;
    position: relative;
    top: 36px;
    left: 32px;
}

.icon-pass {
    width: 20px;
    position: relative;
    top: 40px;
    left: 34px;
}

.box-login a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    text-align: center;
    bottom: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: 0;
}


