body{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #202020;
}
#fsmCMS_pages{
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
    box-sizing: border-box;
    background-image: url("/cms-files/images/preloader/preloader_pages.gif"),radial-gradient(#606060 0%, #101010);
    background-position: center center, center center;
    background-repeat: no-repeat, no-repeat;
    background-size: 30px auto, 100% 100%;
    overflow-y: auto;
}
#fsmCMS_login{
    position: relative;
    top: 0px;
    left: 0px;
    width: 90%;
    max-width: 350px;
    height: auto;
    padding: 20px;
    background-color: #e6e5e5;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #202020;
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.3);
    transition: all 0.5s;
    transform: scale(0.8);
    opacity: 0;
}
#fsmCMS_login.zoom{
    transform: scale(1);
    opacity: 1;
}
#fsmCMS_login.zoom_out{
    transform: scale(0.8);
    opacity: 0;
}
#fsmCMS_login:hover{
    transform: scale(1.05);
}
.login{
    font-family: monospace;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
    height: 40px;
    border: #b4b4b4 1px solid;
    padding: 15px 15px 15px 15px;
    color: #000000;
    background-color: #efefef;
    margin-bottom: 5px;
    text-shadow: 0px 0px 0.5px black;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
}
.login:hover{
    border: #202020 1px solid;
    background-color: #ffffff;
}
.submit{
    font-family: monospace;
    font-size: 13px;
    font-weight: normal;
    width: 100%;
    height: 40px;
    border: #606060 0px solid;
    color: #ffffff;
    background-color: #303030;
    text-shadow: 0px 0px 0.5px black;
    box-sizing: border-box;
    border-radius: 8px 8px 8px 8px;
    text-align: center;
    cursor: pointer;
}
.submit:hover{
    background-color: #404040;
}
#fsmCMS_pages_new_icon{
    position: relative;
    top: 0px;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 180px;
    box-sizing: border-box;
    background-image: url("/cms-files/images/pages/access_required.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#fsmCMS_pages_new_hr{
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1px;
    box-sizing: border-box;
    border-top: 1px dashed #101010;
    margin-top: 10px;
    margin-bottom: 10px;
}
.fsmCMS_pages_text{
    font-family: monospace, sans-serif;
    font-size: 12px;
    font-weight: normal;
    line-height: 130%;
    color: #000000;
    text-shadow: 0px 0px 0.5px black;
    text-align: center;
}