﻿/* Bordered form */
form {
    border: 3px solid #f1f1f1;
    width: 500px;
    align-items: center;
    margin: auto;
    font-size:20px;
}

/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 8px 15px;
    margin: 5px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

/* Set a style for all buttons */
button, input[type=submit] {
    /*background-color: #4CAF50;*/
    color: white;
    padding: 14px 20px;
    margin: 10px;
    border: none;
    cursor: pointer;
    width: 150px;
    font-size: 24px;
}

    /* Add a hover effect for buttons */
    button:hover {
        opacity: 0.8;
    }

/* Extra style for the cancel button (red) */
.cancelbtn {
    float: right;
    background-color: red;
}

.okbtn {
    float: left;
    background-color: #4CAF50;
}

.accessbtn {
    background-color: #4CAF50;
    width: 50%;
    left: 20%;
}

.Title {
    text-align: center;
    font-size: 26px;
    background-color: InfoBackground;
}

.TextCenter {
    text-align: center;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

.DropDownList {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    height: contain;
}


input:focus, textarea:focus, select:focus {
    border: 1px solid #7ac0da;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }

    .cancelbtn {
        width: 100%;
    }
}
