﻿.bodyStudioBtn {
    color: #2d2d2d;
    background-color: #fee900;
    border-color: #fee900;
    font-size: 12px;
    display: inline-block;
    position: relative;
    outline: 0;
    padding: 13px 48px;
    font-style: normal;
    font-weight: 700;
    font-family: Montserrat,sans-serif;
    font-size: 14px;
    line-height: 1.8em;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: .1em;
    cursor: pointer;
    -webkit-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -moz-transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    transition: color .25s ease-out,background-color .25s ease-out,border-color .25s ease-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

    .bodyStudioBtn:hover {
        background-color: #f3df04;
    }

.forgotPasswordBody {
    background-image: url(../images/ForgotPasswordBackGround.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

.forgotPasswordCard {
    background-color: rgba(218, 218, 218, 0.82) !important;
}
