﻿body {
    background-color: #eaeef6;
}

.boxclass {
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.03);
}

.boxbody {
    border-radius: 15px;
    box-shadow: 5px 4px 10px rgba(0, 0, 0, 0.15);
    width: 65%;
}

.submit {
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    background-color: #007DFA;
    border: none;
    border-radius: 8px;
    color: white;
    padding-left: 10%;
    padding-right: 10%;
}

.forgotpassword {
    color: black;
    text-decoration: none;
    opacity: 0.5;
}

.right {
    text-align:right;
}

.link {
    text-decoration: none;
    color: black;
    font-size: 20px;
}

.noembed {
    text-decoration: none;
    color: black;
    font-size: 20px;
    opacity: 0.8;
}

.link:after {
    display: block;
    content: '';
    border-bottom: solid 1px #00aeff;
    padding-bottom: 1%;
    transform: scaleX(0);
    transition: all 0.25s ease;
}

.link:hover:after {
    transform: scaleX(1);
}


.navbar2 {
    position: relative;
    margin-right: 10px;
    user-select: none;
    display: inline-block;
}

.navtarbar {
    display: flex;
    user-select: none;
    position: absolute;
    right: 10px;
    top: 10px;
}