﻿.pad {
    width: 300px;
    max-width: 400px;
    padding-top: 40px;
    padding: 25px;
    border-radius: 20px;
    background: linear-gradient(9deg, #acd07f 0%, #cdf595 100%);
    box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb,-4px 8px 8px rgba(0,0,0,0.1), -8px 16px 16px rgba(0,0,0,0.1), -16px 32px 32px rgba(0,0,0,0.15), -32px 64px 64px rgba(0,0,0,0.25);
}


.registerPage-righ {
    margin-top: 125px;
}

.registerPage-left {
    margin-top: 0;
}

.loader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #ffffff8f;
    z-index: 100;
}

    .loader .loader-image {
        position: fixed;
        left: 50%;
        top: 45%;
    }
