

body{
    background-color: #ffffff;
    background: url(../pictures/bluephotoshop.png);
    background-repeat: no-repeat;
    padding:0;
    margin:0;
    width: calc(100% - 3.5%);
    height:100%;
    background-size: cover;
    background-position: center;
    padding-left: 3.5%;
}

input[type="radio" i] {
    margin: 0 0 0 0 ;
    -webkit-appearance: none;
    width: 35px;
    height: 35px;
    cursor: pointer;
    outline: 0;
    background-color: white;
    transition: 0.15s;
}
input[type="radio" i]:hover {
    background: rgba(0, 121, 0, 0.856);
}
 
/* input[type=radio]:active {
    
} */
input[type=radio]:checked {
    background: rgba(1, 255, 1, 0.856);
}
input[type=radio]:checked:before {
    background: rgba(1, 255, 1, 0.856);
}
input[type=radio]:disabled {
    background: rgba(255,0,0,.7)
}

.gap{
    width:20px;
    height:30px;
    float: left;

}

#ntilogo{
    
    position: absolute;
    width: 576px;
    height: 136px;
    margin-top: 58px;
}

.container{
    width: 863px;
    height: 581px;
    float: left;
    margin-top: 220px;
    margin-left: 92px;
    padding-top: 55px;
    padding-right: 129px;
        /* border: 1px solid white; */
    border-right: 2.5px solid white;
}

.classroom{
    background-color: rgba(0, 0, 0, 0.3);
    width:310px;
    height: 436px;
    border: 1px solid white;
    float:left; 
    margin-left: 86px;
    margin-top: 52px;
}

.whiteboard{
    width: 164px;
    height: 3px;
    background-color: white;
    margin-bottom: 82px;
    margin-top: 3px;
}



.classroomtext{
    font-size: 34px;
    color:rgb(255, 255, 255);
    font-family: 'Roboto', sans-serif;
    padding:0;
    margin:0;
    float: left;
    position: absolute;
}
p#text209{
    margin-left: 190px;
}
p#text210{
    margin-left: 560px;
}
form div#form{
    float:left;
    width: 367px;
    height: 436px;
    margin-top: 330px;
    margin-left: 184px;

}

#form input#forminput{

    border:none;
    border-bottom: 1px solid white;
    background-color: transparent;
    padding: 11px;
    width: 250px;
    height: 53px;
    margin-top: 37px;
    color:white;
    font-size: 19px;
    transition: .1s;
}
#form input#forminput:focus{
    outline:0;
    border-bottom: 2px solid green;
    color: green;
    width:275px;
}

input#formsubmit{
    border:none;
    border: 1px solid white;
    background-color: transparent;
    padding: 11px;
    width: 250px;
    height: 53px;
    margin-top: 37px;
    color:white;
    font-size: 19px;
    transition: .1s;
    cursor: pointer;
    transition: .3s;
}
input#formsubmit:hover{
    background-color: yellowgreen;
    
}

div#form select{
    border:none;
    border: 1px solid white;
    background-color: transparent;
    padding: 11px;
    width: 250px;
    height: 53px;
    margin-top: 37px;
    color: grey;
    font-size: 20px;
    transition: .1s;
    cursor: pointer;
    transition: .3s;
}

abbr[title]{
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
    -webkit-appearance: none;
}
abbr{
    width: 20px;
    height: 20px;
    
}
