﻿/*.n-become-author-main-con
{
    background-color:red;
}*/
.margin-bottom-15
{
    margin-bottom:15px;
}
.n-become-author-banner {
    margin-top: 15px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px lightgrey;
    overflow: hidden;
}
.btn-one-layer:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 3px;
    background: #ffa500;
    transition: all 0.5s;
}
.btn-one-layer:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 3px;
    background: #ffa500;
    transition: all 0.5s;
}
.btn-second-layer:before {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 100%;
    width: 3px;
    background: #ffa500;
    transition: all 0.5s;
}
.btn-second-layer:after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 3px;
    background: #ffa500;
    transition: all 0.5s;
}
.n-contribute-main:hover {
    background-color: #f3f3f3;
    border: 3px solid lightgray;
}
.n-contribute-main:hover .btn-one-layer:before {
    height: 50px;
}
.n-contribute-main:hover .btn-one-layer:after {
    width: 50px;
}
.n-contribute-main:hover .btn-second-layer:before {
    height: 50px;
}
.n-contribute-main:hover .btn-second-layer:after {
    width: 50px;
}
.n-contribute-btn-publish {
    width: 25%;
    float: left;
    position: relative;
}
.btn-second-layer {
    text-align: center;
    padding: 20px 0px;
}
.four-n-publish-btn {
    position: relative;
    margin: 5px;
}
.n-inner-btn-text {
    font-size: 14px;
    font-weight: bold;
    color: #727270;
}
.n-contribute-main {
    border: 3px solid transparent;
}