body {
   font-family: Arial, Helvetica, sans-serif;
    background-color: #0068d7; 
}

.center {
    background-color: #fefefe;
    width: 500px;
    height: 470px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    border-radius: 5px;
    overflow: hidden;
}

.center img {
    margin-top: 50px;
    width: 250px;
     display: block;
     margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

.center p {
    color: #4d70d0;
    font-weight: bold;
    margin-left: 100px;
}

.center input {
    margin-left: 100px;
    width: 60%;
    height: 30px;
    border:none;
    border-bottom: 3px solid #5796d2;
    font-size: 14px; 
    outline: none; 
}

.Login_Btn button {
    background-color: #0068d7;
    border: none;
    color: white;
    padding: 15px 130px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 100px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
}

.Login_Btn select {
     background-color: #909090;
    border: none;
    color: white;
    width: 306px;
    height: 40px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 100px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    outline: none; 
}

.select_category {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #939598;
    text-align-last:center;


}

.select_category option {
    text-align: left;
    background: #fff;
    color:#000 ;

}

.select_arrow {
    position: absolute;
    left: 300px;
    top: 340px;
}


