﻿html, body, .container {
    height: 100%
}

.header {
    display: flex;
    flex-direction: column;
}

.headerBottom {
    padding: 20px;
}

.marBot10 {
    margin-bottom: 10px;
}

a.loginLink {
    color: #396285;
    font-weight: 700;
    font-size: 13px;
}

    a.loginLink:hover {
        text-decoration: none;
    }

a.typeLink {
    color: #9E9E9E;
    font-weight: 700;
    font-size: 14px;
}

    a.typeLink.activeLink {
        border-bottom: 5px solid #606060;
        color: #606060;
    }

    a.typeLink:hover {
        text-decoration: none;
    }

.typeLink {
color: #9E9E9E;
font-weight: 700;
font-size: 14px;
}

.typeLink.activeLink {
border-bottom: 5px solid #606060;
color: #606060;
}

a.edevletLink:hover {
    text-decoration: none;
}

.edevletLink {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.roundInput {
    border-radius: 20px;
    border: 1px solid #707070;
    width: 285px;
    height: 40px;
    font-size: 13px;
    padding-left: 25px;
    padding-right: 25px;
}

.roundButton {
    border-radius: 20px;
    border: 1px solid #707070;
    font-size: 13px;
    padding: 10px 20px;
}

@media (orientation: landscape) {
    .header {
        min-height: 100%;
    }
}

@media (orientation: portrait) {
    .header {
        height: 100%;
    }
}

.loginBoxHolder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.password-container {
    position: relative;
}

.passwordEyeIcon {
    position: absolute;
    top: 28%;
    right: 12%;
    cursor: pointer;
    color: gray;
}

.rememberPasswordEyeIcon {
    position: absolute;
    top: 28%;
    right: 23%;
    cursor: pointer;
    color: gray;
}