
div.mainContainer
{
    width: 176.4vh;
    height: 98vh;
    background-image: url("/images/vsbackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

body
{
    background: #333333;
    margin: 0px;
    font-family: 'PT Sans', sans-serif;
    font-size: 1.8vh;
    padding: 0vw Calc((100vw - 176.4vh - 1.98vh) / 2);
    border: .99vh solid #FFFFFF;
    overflow: hidden;
}

div.changePasswordPopupHeader {
    width: auto;
    height: auto;
    background: #b1b1b1;
    color: #ffffff;
	font: bold 25px Verdana;
    padding: 33px 18px 18px 36px;
}


textarea {
    font-family: 'PT Sans', sans-serif;
}

input
{
    outline: none;
    border: .2vh solid darkgrey;
    padding: .5%;
    height: 20px;
}

label {
    outline: none;
}

.noselection {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
    
@media screen and (max-aspect-ratio: 990/550) 
{

    div.mainContainer
    {
        width: 98.9vw;
        height: 54.94vw;
    }

    div.changePasswordPopupHeader {
        padding: 8px 26px 9px 36px;
		font-size: 11px;
    }

    input
    {
        border-width: .111vw;
    }

    body
    {
        font-size: 1vw;
        border-width: .55vw;
        padding: Calc((100vh - 54.94vw - 1.1vw)/ 2) 0vh;
    }
}
