@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-color: lightgray;
    font-family: sans-serif;
    font-size: 18px;
}



.box {
    position: relative;
    margin: auto;
    width: 500px;
    height: 300px;
    background-color: whitesmoke;
    top: 150px;
}

.entrar {
    width: 400px;
    margin: auto;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 20px;
}

.iconstart {
    width: 50%;
    position: relative;
    float: left;
}

.fstart {
    width: 50%;
    position: relative;
    float: left;
}

.user {
    padding: 5px;
}

.pass {
    padding: 5px;
}

input[type=text]{
    width: 200px;
    padding: 5px;
}

input[type=submit]{
    width: 85px;
    height: 35px;
    padding: 5px;
}

input[type=password]{
    width:200px;
    padding: 5px;
}

.footer {
    position: relative;
    margin: auto;
    font-size: 12px;
    top: 300px;
    text-align: center;
}

.sesexp {
    width: 100%;
    height: 40px;
    background-color: antiquewhite;
    border: solid 1px;
    border-color: red;
    color: red;
    text-align: center;
}