﻿body {
    background-color: white;
}

#divlogin {
    background-color: gray;
}

#divlogin1 {
    background: url(pic/bglogin.png);
    background-size: cover;
    border-bottom: 2px solid #aa0000;
    height: calc(100vh - 300px);
    min-height: 300px;
}


#divlogin21 {
    display: inline-block;
    margin: 100px 0 0 400px;
}

    #divlogin21 input {
        width: 150px;
        height: 20px;
        margin-bottom: 10px;
    }

#divlogin22 {
    padding: 60px 0 0 30px;
    display: inline-block;
    margin-left: 700px;
}



#divlogin31 {
    background: url(pic/ft.png);
    width: 125px;
    height: 120px;
    float: left;
    background-repeat: no-repeat;
    border-radius: 15px;
}

#divlogin32 {
    background: url(pic/gps1.png);
    width: 120px;
    height: 120px;
    float: left;
    margin-left: 70px;
    background-repeat: no-repeat;
}

#divlogin2 {
    background-color: #aa0000;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    color: white;
    padding: 5px;
    height: 20px;
}

#divlogin3 {
    padding: 10px 200px 10px 200px;
    text-align: center;
    color: white;
}



#spanlogin {
    display: inline-block;
    color: white;
    font-size: 16px;
}

#btnlogin {
    width: 150px;
}
