﻿* {
    margin: 0;
    border: 0;
    padding: 0;
}

body {
    background-size: contain;
    background-image: url(images/1.jpg);
}

.web-title-section {
    text-align: center;
    color: #8DB48E;
}

.web-title-section h2 {
    padding: 30px 0;
    color: #4D724D;
    font-size: 35px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}

.web-transcript-section .container{
    background-color: rgb(252, 252, 252);
    border-radius: 5px;
    padding: 20px;
	border: 4px solid #03C2F3;
}

.web-transcript-section .name {
    margin-bottom: 20px;
    background-size: contain;
}

.web-transcript-section .name h4 {
    padding: 30px 0;
    color: #4D724D;
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    display: inline;
}

.web-transcript-section .name input {
    border: 1px solid #4D724D;
    border-radius: 3px;
    font-size: 15px;
    color: #8DB48E;
    width: 300px;
    height: 30px;
}

.web-transcript-section .grade:nth-child(2) {
    margin-top: 40px;
}

.web-transcript-section .grade h4 {
    margin-bottom: 20px;
    color: #4D724D;
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.web-transcript-section .grade h5 {
    margin-top: 10px;
    font-size: 20px;
    color: #8DB48E;
}

.web-transcript-section .points {
    margin-top: 20px;
}

.web-transcript-section .points:nth-child(2) {
    margin-top: 75px;
}

.web-transcript-section .points h4 {
    color: #4D724D;
    font-size: 30px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin-bottom: 20px;
}

.web-transcript-section .points h5 {
    color: #8DB48E;
    font-size: 20px;
    margin-bottom: 10px;
}

.web-transcript-section .points input {
    border: 1px solid #4D724D;
    border-radius: 3px;
    font-size: 15px;
    color: #8db48ea9;
    width: 250px;
    height: 30px;
    margin-bottom: 10px;
}

.web-transcript-section .result button {
    width: 30%;
    height: 40px;
    background-color: #4D724D;
    color: #8DB48E;
    margin: 30px 0;
    border-radius: 3px;
}

.web-transcript-section .result button:hover {
    color: white;
}

.web-transcript-section .right {
    margin-top: 50px;
}

.web-transcript-section .right .match {
    font-size: 25px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #8DB48E;
    font-weight: bold;
}

.web-transcript-section .right .eror {
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #c44646;
    font-weight: 700;
    margin-bottom: 8px;
}

.web-transcript-section .right .degree {
    font-size: 20px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #4D724D;

}

@media screen and (max-width:992px){

    .web-transcript-section .points input{
        width: 150px;
        font-size: 10px;
    }

}