﻿body {
}

.login-border {
    border-radius: 10px;
    padding: 40px 20px 20px 20px;
    margin-top: 120px;
    border: 2px solid lightgray;
}

    .login-border:before {
        position: absolute;
        top: -10px;
        left: 50%;
        height: 50px;
        width: 250px;
        background-image: url('../../images/americologo_red.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #ffffff;
        transform: translate(-50%, -50%);
        border-top: inherit;
        border-top-color: transparent;
        z-index: 1;
    }


.registration-border {
    border-radius: 25px;
    padding: 20px;
    border: 2px solid lightgray;
    max-width: 98% !important;
}

    .registration-border:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        height: 50px;
        width: 250px;
        background-size: cover;
        background-repeat: no-repeat;
        transform: translate(-50%, -50%);
        border-top: inherit;
        border-top-color: transparent;
    }

.registrationBorderLink {
    width: 200px;
    height: 150px;
    border-top: inherit;
    border-top-color: transparent;
    cursor: pointer;
    z-index: 1;
}


.login-register-link-p {
    min-height: calc(100vh - 700px);
}