﻿

body {
    background-color: white;
    text-align: center;
    margin: 0 auto;
    font-family: 'Noto Sans', sans-serif;
}

.logininput {
    font-size: 14px;
}


.dialogboxwhiteLOGIN {
    display: inline-block;
    margin: 5px;
    background-color: White;
    border: rgba(255,255, 255, 0.36) 1px solid;
    box-shadow: 3px 3px 7px #777;
    padding: 12px;
}

.loginInput {
    width: 250px;
    font-size: Small;
    height: 35px;
    padding-left: 10px;
    outline: none;
    font-family: 'Noto Sans';
    font-size: 16px;
    border: none;
    border-bottom: 1px solid lightgrey;
    border-radius: 0;
    background-color: aliceblue;
}

.standardButton_Login {
    color: white;
    font-size: 15px;
    text-decoration: none;
    padding: 7px;
    border-radius: 4px;
    background-color: #1592E6;
    border: none;
    cursor: pointer;
    outline: none;
}

    .standardButton_Login:hover {
        background-color: #1592E694;
        font-weight: 600;
    }


/*Added responsive adjustment to video on large screens*/
@media (min-width: 1700px) {
    video {
        transform: scaleX(1.5);
    }
}
