﻿body {
    background: url('../images/appimages/login/login-background2.png') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color =rgba(255, 255, 255,0.4);
}


.main-container {
    position: relative;
    height: 50%;
    background-color: rgba(255, 255, 255,0.4);
    align-content: center;
    top: 200px;
    border-radius: 20px;
    left: 15px;
    width: 500px;
    padding-top: 30px;
}

.login-row-container {
    position: relative;
    width: auto;
    background-color: rgb(255, 233, 0);
}

.login-frame-img {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: rgba(182, 255, 0,0.0);
}

.login-frame-form {
    position: relative;
    width: 200px;
    height: 200px;
    background-color: rgba(63, 44, 185,0.0);
}


.login-table-data {
    padding-top: 10px;
    padding-bottom: 10px;
}

.login-header-text {
    color: rgb(20,20,20);
    text-shadow: 10px,10px,#222222;
}
